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