@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportJobProperties extends Object implements Serializable, Cloneable, StructuredPojo
Displays the properties of the import job, including the ID, Arn, Name, and the status of the Data Store.
Constructor and Description |
---|
ImportJobProperties() |
Modifier and Type | Method and Description |
---|---|
ImportJobProperties |
clone() |
boolean |
equals(Object obj) |
String |
getDataAccessRoleArn()
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
|
String |
getDatastoreId()
The datastore id used when the Import job was created.
|
Date |
getEndTime()
The time that the Import job was completed.
|
InputDataConfig |
getInputDataConfig()
The input data configuration that was supplied when the Import job was created.
|
String |
getJobId()
The AWS-generated id number for the Import job.
|
String |
getJobName()
The user-generated name for an Import job.
|
OutputDataConfig |
getJobOutputDataConfig() |
String |
getJobStatus()
The job status for an Import job.
|
String |
getMessage()
An explanation of any errors that may have occurred during the FHIR import job.
|
Date |
getSubmitTime()
The time that the Import job was submitted for processing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
|
void |
setDatastoreId(String datastoreId)
The datastore id used when the Import job was created.
|
void |
setEndTime(Date endTime)
The time that the Import job was completed.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
|
void |
setJobId(String jobId)
The AWS-generated id number for the Import job.
|
void |
setJobName(String jobName)
The user-generated name for an Import job.
|
void |
setJobOutputDataConfig(OutputDataConfig jobOutputDataConfig) |
void |
setJobStatus(String jobStatus)
The job status for an Import job.
|
void |
setMessage(String message)
An explanation of any errors that may have occurred during the FHIR import job.
|
void |
setSubmitTime(Date submitTime)
The time that the Import job was submitted for processing.
|
String |
toString()
Returns a string representation of this object.
|
ImportJobProperties |
withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
|
ImportJobProperties |
withDatastoreId(String datastoreId)
The datastore id used when the Import job was created.
|
ImportJobProperties |
withEndTime(Date endTime)
The time that the Import job was completed.
|
ImportJobProperties |
withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
|
ImportJobProperties |
withJobId(String jobId)
The AWS-generated id number for the Import job.
|
ImportJobProperties |
withJobName(String jobName)
The user-generated name for an Import job.
|
ImportJobProperties |
withJobOutputDataConfig(OutputDataConfig jobOutputDataConfig) |
ImportJobProperties |
withJobStatus(JobStatus jobStatus)
The job status for an Import job.
|
ImportJobProperties |
withJobStatus(String jobStatus)
The job status for an Import job.
|
ImportJobProperties |
withMessage(String message)
An explanation of any errors that may have occurred during the FHIR import job.
|
ImportJobProperties |
withSubmitTime(Date submitTime)
The time that the Import job was submitted for processing.
|
public void setJobId(String jobId)
The AWS-generated id number for the Import job.
jobId
- The AWS-generated id number for the Import job.public String getJobId()
The AWS-generated id number for the Import job.
public ImportJobProperties withJobId(String jobId)
The AWS-generated id number for the Import job.
jobId
- The AWS-generated id number for the Import job.public void setJobName(String jobName)
The user-generated name for an Import job.
jobName
- The user-generated name for an Import job.public String getJobName()
The user-generated name for an Import job.
public ImportJobProperties withJobName(String jobName)
The user-generated name for an Import job.
jobName
- The user-generated name for an Import job.public void setJobStatus(String jobStatus)
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
jobStatus
- The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.JobStatus
public String getJobStatus()
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
JobStatus
public ImportJobProperties withJobStatus(String jobStatus)
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
jobStatus
- The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.JobStatus
public ImportJobProperties withJobStatus(JobStatus jobStatus)
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
jobStatus
- The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.JobStatus
public void setSubmitTime(Date submitTime)
The time that the Import job was submitted for processing.
submitTime
- The time that the Import job was submitted for processing.public Date getSubmitTime()
The time that the Import job was submitted for processing.
public ImportJobProperties withSubmitTime(Date submitTime)
The time that the Import job was submitted for processing.
submitTime
- The time that the Import job was submitted for processing.public void setEndTime(Date endTime)
The time that the Import job was completed.
endTime
- The time that the Import job was completed.public Date getEndTime()
The time that the Import job was completed.
public ImportJobProperties withEndTime(Date endTime)
The time that the Import job was completed.
endTime
- The time that the Import job was completed.public void setDatastoreId(String datastoreId)
The datastore id used when the Import job was created.
datastoreId
- The datastore id used when the Import job was created.public String getDatastoreId()
The datastore id used when the Import job was created.
public ImportJobProperties withDatastoreId(String datastoreId)
The datastore id used when the Import job was created.
datastoreId
- The datastore id used when the Import job was created.public void setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
inputDataConfig
- The input data configuration that was supplied when the Import job was created.public InputDataConfig getInputDataConfig()
The input data configuration that was supplied when the Import job was created.
public ImportJobProperties withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
inputDataConfig
- The input data configuration that was supplied when the Import job was created.public void setJobOutputDataConfig(OutputDataConfig jobOutputDataConfig)
jobOutputDataConfig
- public OutputDataConfig getJobOutputDataConfig()
public ImportJobProperties withJobOutputDataConfig(OutputDataConfig jobOutputDataConfig)
jobOutputDataConfig
- public void setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
public ImportJobProperties withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.public void setMessage(String message)
An explanation of any errors that may have occurred during the FHIR import job.
message
- An explanation of any errors that may have occurred during the FHIR import job.public String getMessage()
An explanation of any errors that may have occurred during the FHIR import job.
public ImportJobProperties withMessage(String message)
An explanation of any errors that may have occurred during the FHIR import job.
message
- An explanation of any errors that may have occurred during the FHIR import job.public String toString()
toString
in class Object
Object.toString()
public ImportJobProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.