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