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