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()
Each
JobListEntry object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of
export jobs. |
String |
getNextToken()
HTTP requests are stateless.
|
int |
hashCode() |
void |
setJobListEntries(Collection<JobListEntry> jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of
export jobs. |
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)
Each
JobListEntry object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of
export jobs. |
ListJobsResult |
withJobListEntries(JobListEntry... jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of
export jobs. |
ListJobsResult |
withNextToken(String nextToken)
HTTP requests are stateless.
|
public List<JobListEntry> getJobListEntries()
Each JobListEntry object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of
export jobs.
JobListEntry object contains a job's state, a
job's ID, and a value that indicates whether the job is a job
part, in the case of export jobs.public void setJobListEntries(Collection<JobListEntry> jobListEntries)
Each JobListEntry object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of
export jobs.
jobListEntries - Each JobListEntry object contains a job's state, a
job's ID, and a value that indicates whether the job is a job
part, in the case of export jobs.public ListJobsResult withJobListEntries(JobListEntry... jobListEntries)
Each JobListEntry object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of
export jobs.
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 - Each JobListEntry object contains a job's state, a
job's ID, and a value that indicates whether the job is a job
part, in the case of export jobs.public ListJobsResult withJobListEntries(Collection<JobListEntry> jobListEntries)
Each JobListEntry object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of
export jobs.
jobListEntries - Each JobListEntry object contains a job's state, a
job's ID, and a value that indicates whether the job is a job
part, in the case of export jobs.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.