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