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