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