@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRxNormInferenceJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRxNormInferenceJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRxNormInferenceJobResult |
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.
|
DescribeRxNormInferenceJobResult |
withComprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties comprehendMedicalAsyncJobProperties)
An object that contains the properties associated with a detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeRxNormInferenceJobResult 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 Object
Object.toString()
public DescribeRxNormInferenceJobResult clone()