public class ListJobsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
clone() |
boolean |
equals(Object obj) |
List<JobListEntry> |
getJobListEntries() |
String |
getNextToken()
HTTP requests are stateless.
|
int |
hashCode() |
void |
setJobListEntries(Collection<JobListEntry> jobListEntries) |
void |
setNextToken(String nextToken)
HTTP requests are stateless.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsResult |
withJobListEntries(Collection<JobListEntry> jobListEntries) |
ListJobsResult |
withJobListEntries(JobListEntry... jobListEntries) |
ListJobsResult |
withNextToken(String nextToken)
HTTP requests are stateless.
|
public List<JobListEntry> getJobListEntries()
public void setJobListEntries(Collection<JobListEntry> jobListEntries)
jobListEntries - public ListJobsResult withJobListEntries(JobListEntry... jobListEntries)
NOTE: This method appends the values to the existing list (if
any). Use setJobListEntries(java.util.Collection) or
withJobListEntries(java.util.Collection) if you want to override
the existing values.
jobListEntries - public ListJobsResult withJobListEntries(Collection<JobListEntry> jobListEntries)
jobListEntries - public void setNextToken(String nextToken)
HTTP requests are stateless. If you use this automatically generated
NextToken value in your next ListJobs call,
your returned JobListEntry objects will start from this
point in the array.
nextToken - HTTP requests are stateless. If you use this automatically
generated NextToken value in your next
ListJobs call, your returned
JobListEntry objects will start from this point in
the array.public String getNextToken()
HTTP requests are stateless. If you use this automatically generated
NextToken value in your next ListJobs call,
your returned JobListEntry objects will start from this
point in the array.
NextToken value in your next
ListJobs call, your returned
JobListEntry objects will start from this point in
the array.public ListJobsResult withNextToken(String nextToken)
HTTP requests are stateless. If you use this automatically generated
NextToken value in your next ListJobs call,
your returned JobListEntry objects will start from this
point in the array.
nextToken - HTTP requests are stateless. If you use this automatically
generated NextToken value in your next
ListJobs call, your returned
JobListEntry objects will start from this point in
the array.public String toString()
toString in class ObjectObject.toString()public ListJobsResult clone()
Copyright © 2016. All rights reserved.