Class DeleteGraphRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.neptunegraph.transform.DeleteGraphRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DeleteGraphRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteGraphRequestMarshaller extends Object implements Marshaller<DeleteGraphRequest>
DeleteGraphRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description DeleteGraphRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(DeleteGraphRequest deleteGraphRequest)
-
-
-
Constructor Detail
-
DeleteGraphRequestMarshaller
public DeleteGraphRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DeleteGraphRequest deleteGraphRequest)
- Specified by:
marshallin interfaceMarshaller<DeleteGraphRequest>
-
-