@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFHIRImportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFHIRImportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFHIRImportJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatastoreId()
This parameter limits the response to the import job with the specified data store ID.
|
String |
getJobName()
This parameter limits the response to the import job with the specified job name.
|
String |
getJobStatus()
This parameter limits the response to the import job with the specified job status.
|
Integer |
getMaxResults()
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by
the user.
|
String |
getNextToken()
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
Date |
getSubmittedAfter()
This parameter limits the response to FHIR import jobs submitted after a user specified date.
|
Date |
getSubmittedBefore()
This parameter limits the response to FHIR import jobs submitted before a user specified date.
|
int |
hashCode() |
void |
setDatastoreId(String datastoreId)
This parameter limits the response to the import job with the specified data store ID.
|
void |
setJobName(String jobName)
This parameter limits the response to the import job with the specified job name.
|
void |
setJobStatus(String jobStatus)
This parameter limits the response to the import job with the specified job status.
|
void |
setMaxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by
the user.
|
void |
setNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
void |
setSubmittedAfter(Date submittedAfter)
This parameter limits the response to FHIR import jobs submitted after a user specified date.
|
void |
setSubmittedBefore(Date submittedBefore)
This parameter limits the response to FHIR import jobs submitted before a user specified date.
|
String |
toString()
Returns a string representation of this object.
|
ListFHIRImportJobsRequest |
withDatastoreId(String datastoreId)
This parameter limits the response to the import job with the specified data store ID.
|
ListFHIRImportJobsRequest |
withJobName(String jobName)
This parameter limits the response to the import job with the specified job name.
|
ListFHIRImportJobsRequest |
withJobStatus(JobStatus jobStatus)
This parameter limits the response to the import job with the specified job status.
|
ListFHIRImportJobsRequest |
withJobStatus(String jobStatus)
This parameter limits the response to the import job with the specified job status.
|
ListFHIRImportJobsRequest |
withMaxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by
the user.
|
ListFHIRImportJobsRequest |
withNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
ListFHIRImportJobsRequest |
withSubmittedAfter(Date submittedAfter)
This parameter limits the response to FHIR import jobs submitted after a user specified date.
|
ListFHIRImportJobsRequest |
withSubmittedBefore(Date submittedBefore)
This parameter limits the response to FHIR import jobs submitted before a user specified date.
|
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, withSdkRequestTimeout
public void setDatastoreId(String datastoreId)
This parameter limits the response to the import job with the specified data store ID.
datastoreId
- This parameter limits the response to the import job with the specified data store ID.public String getDatastoreId()
This parameter limits the response to the import job with the specified data store ID.
public ListFHIRImportJobsRequest withDatastoreId(String datastoreId)
This parameter limits the response to the import job with the specified data store ID.
datastoreId
- This parameter limits the response to the import job with the specified data store ID.public void setNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
nextToken
- A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.public String getNextToken()
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
public ListFHIRImportJobsRequest withNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
nextToken
- A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.public void setMaxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
maxResults
- This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity
specified by the user.public Integer getMaxResults()
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
public ListFHIRImportJobsRequest withMaxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
maxResults
- This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity
specified by the user.public void setJobName(String jobName)
This parameter limits the response to the import job with the specified job name.
jobName
- This parameter limits the response to the import job with the specified job name.public String getJobName()
This parameter limits the response to the import job with the specified job name.
public ListFHIRImportJobsRequest withJobName(String jobName)
This parameter limits the response to the import job with the specified job name.
jobName
- This parameter limits the response to the import job with the specified job name.public void setJobStatus(String jobStatus)
This parameter limits the response to the import job with the specified job status.
jobStatus
- This parameter limits the response to the import job with the specified job status.JobStatus
public String getJobStatus()
This parameter limits the response to the import job with the specified job status.
JobStatus
public ListFHIRImportJobsRequest withJobStatus(String jobStatus)
This parameter limits the response to the import job with the specified job status.
jobStatus
- This parameter limits the response to the import job with the specified job status.JobStatus
public ListFHIRImportJobsRequest withJobStatus(JobStatus jobStatus)
This parameter limits the response to the import job with the specified job status.
jobStatus
- This parameter limits the response to the import job with the specified job status.JobStatus
public void setSubmittedBefore(Date submittedBefore)
This parameter limits the response to FHIR import jobs submitted before a user specified date.
submittedBefore
- This parameter limits the response to FHIR import jobs submitted before a user specified date.public Date getSubmittedBefore()
This parameter limits the response to FHIR import jobs submitted before a user specified date.
public ListFHIRImportJobsRequest withSubmittedBefore(Date submittedBefore)
This parameter limits the response to FHIR import jobs submitted before a user specified date.
submittedBefore
- This parameter limits the response to FHIR import jobs submitted before a user specified date.public void setSubmittedAfter(Date submittedAfter)
This parameter limits the response to FHIR import jobs submitted after a user specified date.
submittedAfter
- This parameter limits the response to FHIR import jobs submitted after a user specified date.public Date getSubmittedAfter()
This parameter limits the response to FHIR import jobs submitted after a user specified date.
public ListFHIRImportJobsRequest withSubmittedAfter(Date submittedAfter)
This parameter limits the response to FHIR import jobs submitted after a user specified date.
submittedAfter
- This parameter limits the response to FHIR import jobs submitted after a user specified date.public String toString()
toString
in class Object
Object.toString()
public ListFHIRImportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()