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