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