@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartFHIRImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartFHIRImportJobResult() |
Modifier and Type | Method and Description |
---|---|
StartFHIRImportJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getDatastoreId()
The AWS-generated Data Store ID.
|
String |
getJobId()
The AWS-generated job ID.
|
String |
getJobStatus()
The status of an import job.
|
int |
hashCode() |
void |
setDatastoreId(String datastoreId)
The AWS-generated Data Store ID.
|
void |
setJobId(String jobId)
The AWS-generated job ID.
|
void |
setJobStatus(String jobStatus)
The status of an import job.
|
String |
toString()
Returns a string representation of this object.
|
StartFHIRImportJobResult |
withDatastoreId(String datastoreId)
The AWS-generated Data Store ID.
|
StartFHIRImportJobResult |
withJobId(String jobId)
The AWS-generated job ID.
|
StartFHIRImportJobResult |
withJobStatus(JobStatus jobStatus)
The status of an import job.
|
StartFHIRImportJobResult |
withJobStatus(String jobStatus)
The status of an import job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The AWS-generated job ID.
jobId
- The AWS-generated job ID.public String getJobId()
The AWS-generated job ID.
public StartFHIRImportJobResult withJobId(String jobId)
The AWS-generated job ID.
jobId
- The AWS-generated job ID.public void setJobStatus(String jobStatus)
The status of an import job.
jobStatus
- The status of an import job.JobStatus
public String getJobStatus()
The status of an import job.
JobStatus
public StartFHIRImportJobResult withJobStatus(String jobStatus)
The status of an import job.
jobStatus
- The status of an import job.JobStatus
public StartFHIRImportJobResult withJobStatus(JobStatus jobStatus)
The status of an import job.
jobStatus
- The status of an import job.JobStatus
public void setDatastoreId(String datastoreId)
The AWS-generated Data Store ID.
datastoreId
- The AWS-generated Data Store ID.public String getDatastoreId()
The AWS-generated Data Store ID.
public StartFHIRImportJobResult withDatastoreId(String datastoreId)
The AWS-generated Data Store ID.
datastoreId
- The AWS-generated Data Store ID.public String toString()
toString
in class Object
Object.toString()
public StartFHIRImportJobResult clone()