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