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