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