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