Class CancelHarvestJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.mediapackagev2.transform.CancelHarvestJobRequestMarshaller
- All Implemented Interfaces:
Marshaller<CancelHarvestJobRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CancelHarvestJobRequestMarshaller
extends Object
implements Marshaller<CancelHarvestJobRequest>
CancelHarvestJobRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCancelHarvestJobRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CancelHarvestJobRequest cancelHarvestJobRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CancelHarvestJobRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CancelHarvestJobRequest>- Parameters:
cancelHarvestJobRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-