@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
clone() |
boolean |
equals(Object obj) |
List<JobSummary> |
getJobSummaryList()
A list of job summaries that match the request.
|
String |
getNextToken()
The
nextToken value to include in a future ListJobs request. |
int |
hashCode() |
void |
setJobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListJobs request. |
String |
toString()
Returns a string representation of this object.
|
ListJobsResult |
withJobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
|
ListJobsResult |
withJobSummaryList(JobSummary... jobSummaryList)
A list of job summaries that match the request.
|
ListJobsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListJobs request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<JobSummary> getJobSummaryList()
A list of job summaries that match the request.
public void setJobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
jobSummaryList - A list of job summaries that match the request.public ListJobsResult withJobSummaryList(JobSummary... jobSummaryList)
A list of job summaries that match the request.
NOTE: This method appends the values to the existing list (if any). Use
setJobSummaryList(java.util.Collection) or withJobSummaryList(java.util.Collection) if you want
to override the existing values.
jobSummaryList - A list of job summaries that match the request.public ListJobsResult withJobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
jobSummaryList - A list of job summaries that match the request.public void setNextToken(String nextToken)
The nextToken value to include in a future ListJobs request. When the results of a
ListJobs request exceed maxResults, this value can be used to retrieve the next page of
results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListJobs request. When the results of
a ListJobs request exceed maxResults, this value can be used to retrieve the
next page of results. This value is null when there are no more results to return.public String getNextToken()
The nextToken value to include in a future ListJobs request. When the results of a
ListJobs request exceed maxResults, this value can be used to retrieve the next page of
results. This value is null when there are no more results to return.
nextToken value to include in a future ListJobs request. When the results
of a ListJobs request exceed maxResults, this value can be used to retrieve the
next page of results. This value is null when there are no more results to return.public ListJobsResult withNextToken(String nextToken)
The nextToken value to include in a future ListJobs request. When the results of a
ListJobs request exceed maxResults, this value can be used to retrieve the next page of
results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListJobs request. When the results of
a ListJobs request exceed maxResults, this value can be used to retrieve the
next page of results. This value is null when there are no more results to return.public String toString()
toString in class ObjectObject.toString()public ListJobsResult clone()