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