Class CancelHarvestJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.mediapackagev2.transform.CancelHarvestJobRequestMarshaller
- All Implemented Interfaces:
Marshaller<CancelHarvestJobRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CancelHarvestJobRequest>
- Parameters:
cancelHarvestJobRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-