Class DetectSentimentRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.transform.DetectSentimentRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DetectSentimentRequest>
@Generated("software.amazon.awssdk:codegen") public class DetectSentimentRequestMarshaller extends Object implements Marshaller<DetectSentimentRequest>
DetectSentimentRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description DetectSentimentRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(DetectSentimentRequest detectSentimentRequest)
-
-
-
Constructor Detail
-
DetectSentimentRequestMarshaller
public DetectSentimentRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DetectSentimentRequest detectSentimentRequest)
- Specified by:
marshallin interfaceMarshaller<DetectSentimentRequest>
-
-