@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTargetedSentimentDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTargetedSentimentDetectionJobResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTargetedSentimentDetectionJobResult |
clone() |
boolean |
equals(Object obj) |
TargetedSentimentDetectionJobProperties |
getTargetedSentimentDetectionJobProperties()
An object that contains the properties associated with a targeted sentiment detection job.
|
int |
hashCode() |
void |
setTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTargetedSentimentDetectionJobResult |
withTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeTargetedSentimentDetectionJobResult()
public void setTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
targetedSentimentDetectionJobProperties - An object that contains the properties associated with a targeted sentiment detection job.public TargetedSentimentDetectionJobProperties getTargetedSentimentDetectionJobProperties()
An object that contains the properties associated with a targeted sentiment detection job.
public DescribeTargetedSentimentDetectionJobResult withTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
targetedSentimentDetectionJobProperties - An object that contains the properties associated with a targeted sentiment detection job.public String toString()
toString in class ObjectObject.toString()public DescribeTargetedSentimentDetectionJobResult clone()