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