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