Class DeleteTopicRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sns.transform.DeleteTopicRequestMarshaller
- All Implemented Interfaces:
 Marshaller<DeleteTopicRequest>
@Generated("software.amazon.awssdk:codegen")
public class DeleteTopicRequestMarshaller
extends Object
implements Marshaller<DeleteTopicRequest>
DeleteTopicRequest Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(DeleteTopicRequest deleteTopicRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
DeleteTopicRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<DeleteTopicRequest>- Parameters:
 deleteTopicRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -