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