@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<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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public ListJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.