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