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