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