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