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