@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDICOMImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDICOMImportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListDICOMImportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<DICOMImportJobSummary> |
getJobSummaries()
A list of job summaries.
|
String |
getNextToken()
The pagination token used to retrieve the list of import jobs on the next page.
|
int |
hashCode() |
void |
setJobSummaries(Collection<DICOMImportJobSummary> jobSummaries)
A list of job summaries.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the list of import jobs on the next page.
|
String |
toString()
Returns a string representation of this object.
|
ListDICOMImportJobsResult |
withJobSummaries(Collection<DICOMImportJobSummary> jobSummaries)
A list of job summaries.
|
ListDICOMImportJobsResult |
withJobSummaries(DICOMImportJobSummary... jobSummaries)
A list of job summaries.
|
ListDICOMImportJobsResult |
withNextToken(String nextToken)
The pagination token used to retrieve the list of import jobs on the next page.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DICOMImportJobSummary> getJobSummaries()
A list of job summaries.
public void setJobSummaries(Collection<DICOMImportJobSummary> jobSummaries)
A list of job summaries.
jobSummaries
- A list of job summaries.public ListDICOMImportJobsResult withJobSummaries(DICOMImportJobSummary... jobSummaries)
A list of job summaries.
NOTE: This method appends the values to the existing list (if any). Use
setJobSummaries(java.util.Collection)
or withJobSummaries(java.util.Collection)
if you want to
override the existing values.
jobSummaries
- A list of job summaries.public ListDICOMImportJobsResult withJobSummaries(Collection<DICOMImportJobSummary> jobSummaries)
A list of job summaries.
jobSummaries
- A list of job summaries.public void setNextToken(String nextToken)
The pagination token used to retrieve the list of import jobs on the next page.
nextToken
- The pagination token used to retrieve the list of import jobs on the next page.public String getNextToken()
The pagination token used to retrieve the list of import jobs on the next page.
public ListDICOMImportJobsResult withNextToken(String nextToken)
The pagination token used to retrieve the list of import jobs on the next page.
nextToken
- The pagination token used to retrieve the list of import jobs on the next page.public String toString()
toString
in class Object
Object.toString()
public ListDICOMImportJobsResult clone()