Class PutSessionRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.lexruntimev2.transform.PutSessionRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<PutSessionRequest>
@Generated("software.amazon.awssdk:codegen") public class PutSessionRequestMarshaller extends Object implements Marshaller<PutSessionRequest>
PutSessionRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description PutSessionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(PutSessionRequest putSessionRequest)
-
-
-
Constructor Detail
-
PutSessionRequestMarshaller
public PutSessionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(PutSessionRequest putSessionRequest)
- Specified by:
marshallin interfaceMarshaller<PutSessionRequest>
-
-