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