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