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