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