@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFHIRImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeFHIRImportJobResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFHIRImportJobResult |
clone() |
boolean |
equals(Object obj) |
ImportJobProperties |
getImportJobProperties()
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
int |
hashCode() |
void |
setImportJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFHIRImportJobResult |
withImportJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setImportJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
importJobProperties - The properties of the Import job request, including the ID, ARN, name, and the status of the job.public ImportJobProperties getImportJobProperties()
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
public DescribeFHIRImportJobResult withImportJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
importJobProperties - The properties of the Import job request, including the ID, ARN, name, and the status of the job.public String toString()
toString in class ObjectObject.toString()public DescribeFHIRImportJobResult clone()