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 SummaryConstructorsConstructorDescriptionDeleteClusterSnapshotRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteClusterSnapshotRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteClusterSnapshotRequest>
- Parameters:
- deleteClusterSnapshotRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-