public class CancelJobRequestMarshaller extends java.lang.Object implements Marshaller<Request<CancelJobRequest>,CancelJobRequest>
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DEFAULT_CONTENT_TYPE |
private SdkJsonProtocolFactory |
protocolFactory |
Constructor and Description |
---|
CancelJobRequestMarshaller(SdkJsonProtocolFactory protocolFactory) |
Modifier and Type | Method and Description |
---|---|
Request<CancelJobRequest> |
marshall(CancelJobRequest cancelJobRequest) |
private static final java.lang.String DEFAULT_CONTENT_TYPE
private final SdkJsonProtocolFactory protocolFactory
public CancelJobRequestMarshaller(SdkJsonProtocolFactory protocolFactory)
public Request<CancelJobRequest> marshall(CancelJobRequest cancelJobRequest)
marshall
in interface Marshaller<Request<CancelJobRequest>,CancelJobRequest>