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