@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFHIRExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFHIRExportJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFHIRExportJobResult |
clone() |
boolean |
equals(Object obj) |
ExportJobProperties |
getExportJobProperties()
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
|
int |
hashCode() |
void |
setExportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFHIRExportJobResult |
withExportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
exportJobProperties
- Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.public ExportJobProperties getExportJobProperties()
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
public DescribeFHIRExportJobResult withExportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
exportJobProperties
- Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.public String toString()
toString
in class Object
Object.toString()
public DescribeFHIRExportJobResult clone()