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