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