@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFHIRExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeFHIRExportJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFHIRExportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatastoreId()
The AWS generated ID for the data store from which files are being exported from for an export job.
|
String |
getJobId()
The AWS generated ID for an export job.
|
int |
hashCode() |
void |
setDatastoreId(String datastoreId)
The AWS generated ID for the data store from which files are being exported from for an export job.
|
void |
setJobId(String jobId)
The AWS generated ID for an export job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFHIRExportJobRequest |
withDatastoreId(String datastoreId)
The AWS generated ID for the data store from which files are being exported from for an export job.
|
DescribeFHIRExportJobRequest |
withJobId(String jobId)
The AWS generated ID for an export job.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDatastoreId(String datastoreId)
The AWS generated ID for the data store from which files are being exported from for an export job.
datastoreId - The AWS generated ID for the data store from which files are being exported from for an export job.public String getDatastoreId()
The AWS generated ID for the data store from which files are being exported from for an export job.
public DescribeFHIRExportJobRequest withDatastoreId(String datastoreId)
The AWS generated ID for the data store from which files are being exported from for an export job.
datastoreId - The AWS generated ID for the data store from which files are being exported from for an export job.public void setJobId(String jobId)
The AWS generated ID for an export job.
jobId - The AWS generated ID for an export job.public String getJobId()
The AWS generated ID for an export job.
public DescribeFHIRExportJobRequest withJobId(String jobId)
The AWS generated ID for an export job.
jobId - The AWS generated ID for an export job.public String toString()
toString in class ObjectObject.toString()public DescribeFHIRExportJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()