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