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