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