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