@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClusterJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListClusterJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListClusterJobsResult |
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.
|
ListClusterJobsResult |
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. |
ListClusterJobsResult |
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. |
ListClusterJobsResult |
withNextToken(String nextToken)
HTTP requests are stateless.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ListClusterJobsResult 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 ListClusterJobsResult 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 the automatically generated NextToken value in your next
ListClusterJobsResult call, your list of returned jobs will start from this point in the array.
nextToken - HTTP requests are stateless. If you use the automatically generated NextToken value in your
next ListClusterJobsResult call, your list of returned jobs will start from this point in the
array.public String getNextToken()
HTTP requests are stateless. If you use the automatically generated NextToken value in your next
ListClusterJobsResult call, your list of returned jobs will start from this point in the array.
NextToken value in your
next ListClusterJobsResult call, your list of returned jobs will start from this point in
the array.public ListClusterJobsResult withNextToken(String nextToken)
HTTP requests are stateless. If you use the automatically generated NextToken value in your next
ListClusterJobsResult call, your list of returned jobs will start from this point in the array.
nextToken - HTTP requests are stateless. If you use the automatically generated NextToken value in your
next ListClusterJobsResult call, your list of returned jobs will start from this point in the
array.public String toString()
toString in class ObjectObject.toString()public ListClusterJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.