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