Class ListSessionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.workspacesweb.transform.ListSessionsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListSessionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListSessionsRequestMarshaller
extends Object
implements Marshaller<ListSessionsRequest>
ListSessionsRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListSessionsRequest listSessionsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListSessionsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListSessionsRequest>
- Parameters:
- listSessionsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-