Class GetHarvestJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.mediapackagev2.transform.GetHarvestJobRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetHarvestJobRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetHarvestJobRequestMarshaller
extends Object
implements Marshaller<GetHarvestJobRequest>
GetHarvestJobRequest
Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(GetHarvestJobRequest getHarvestJobRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
GetHarvestJobRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetHarvestJobRequest>
- Parameters:
getHarvestJobRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-