Class StartGraphRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.neptunegraph.transform.StartGraphRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartGraphRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartGraphRequest>- Parameters:
startGraphRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-