Class ExportQAppSessionDataRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.qapps.transform.ExportQAppSessionDataRequestMarshaller
- All Implemented Interfaces:
Marshaller<ExportQAppSessionDataRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ExportQAppSessionDataRequest>- Parameters:
exportQAppSessionDataRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-