@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDICOMImportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDICOMImportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDICOMImportJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatastoreId()
The data store identifier.
|
String |
getJobStatus()
The filters for listing import jobs based on status.
|
Integer |
getMaxResults()
The max results count.
|
String |
getNextToken()
The pagination token used to request the list of import jobs on the next page.
|
int |
hashCode() |
void |
setDatastoreId(String datastoreId)
The data store identifier.
|
void |
setJobStatus(String jobStatus)
The filters for listing import jobs based on status.
|
void |
setMaxResults(Integer maxResults)
The max results count.
|
void |
setNextToken(String nextToken)
The pagination token used to request the list of import jobs on the next page.
|
String |
toString()
Returns a string representation of this object.
|
ListDICOMImportJobsRequest |
withDatastoreId(String datastoreId)
The data store identifier.
|
ListDICOMImportJobsRequest |
withJobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
|
ListDICOMImportJobsRequest |
withJobStatus(String jobStatus)
The filters for listing import jobs based on status.
|
ListDICOMImportJobsRequest |
withMaxResults(Integer maxResults)
The max results count.
|
ListDICOMImportJobsRequest |
withNextToken(String nextToken)
The pagination token used to request the list of import jobs on the next page.
|
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)
The data store identifier.
datastoreId
- The data store identifier.public String getDatastoreId()
The data store identifier.
public ListDICOMImportJobsRequest withDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public void setJobStatus(String jobStatus)
The filters for listing import jobs based on status.
jobStatus
- The filters for listing import jobs based on status.JobStatus
public String getJobStatus()
The filters for listing import jobs based on status.
JobStatus
public ListDICOMImportJobsRequest withJobStatus(String jobStatus)
The filters for listing import jobs based on status.
jobStatus
- The filters for listing import jobs based on status.JobStatus
public ListDICOMImportJobsRequest withJobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
jobStatus
- The filters for listing import jobs based on status.JobStatus
public void setNextToken(String nextToken)
The pagination token used to request the list of import jobs on the next page.
nextToken
- The pagination token used to request the list of import jobs on the next page.public String getNextToken()
The pagination token used to request the list of import jobs on the next page.
public ListDICOMImportJobsRequest withNextToken(String nextToken)
The pagination token used to request the list of import jobs on the next page.
nextToken
- The pagination token used to request the list of import jobs on the next page.public void setMaxResults(Integer maxResults)
The max results count. The upper bound is determined by load testing.
maxResults
- The max results count. The upper bound is determined by load testing.public Integer getMaxResults()
The max results count. The upper bound is determined by load testing.
public ListDICOMImportJobsRequest withMaxResults(Integer maxResults)
The max results count. The upper bound is determined by load testing.
maxResults
- The max results count. The upper bound is determined by load testing.public String toString()
toString
in class Object
Object.toString()
public ListDICOMImportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()