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