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