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