@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, setSdkResponseMetadatapublic 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.JobStatuspublic String getJobStatus()
The status of an import job.
JobStatuspublic StartFHIRImportJobResult withJobStatus(String jobStatus)
The status of an import job.
jobStatus - The status of an import job.JobStatuspublic StartFHIRImportJobResult withJobStatus(JobStatus jobStatus)
The status of an import job.
jobStatus - The status of an import job.JobStatuspublic 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 ObjectObject.toString()public StartFHIRImportJobResult clone()