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