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