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