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