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