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