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