@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() |
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, copyBaseTo, 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()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.