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