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