Class DeleteGraphSnapshotRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.neptunegraph.transform.DeleteGraphSnapshotRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteGraphSnapshotRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteGraphSnapshotRequestMarshaller
extends Object
implements Marshaller<DeleteGraphSnapshotRequest>
DeleteGraphSnapshotRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteGraphSnapshotRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteGraphSnapshotRequest deleteGraphSnapshotRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteGraphSnapshotRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteGraphSnapshotRequest>
- Parameters:
- deleteGraphSnapshotRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-