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