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