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