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