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