public class ListJobsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsTruncated() |
List<Job> |
getJobs() |
int |
hashCode() |
Boolean |
isTruncated() |
void |
setIsTruncated(Boolean isTruncated) |
void |
setJobs(Collection<Job> jobs) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsResult |
withIsTruncated(Boolean isTruncated) |
ListJobsResult |
withJobs(Collection<Job> jobs) |
ListJobsResult |
withJobs(Job... jobs)
NOTE: This method appends the values to the existing list (if
any).
|
public void setJobs(Collection<Job> jobs)
jobs - public ListJobsResult withJobs(Job... jobs)
NOTE: This method appends the values to the existing list (if
any). Use setJobs(java.util.Collection) or
withJobs(java.util.Collection) if you want to override the
existing values.
jobs - public ListJobsResult withJobs(Collection<Job> jobs)
jobs - public void setIsTruncated(Boolean isTruncated)
isTruncated - public Boolean getIsTruncated()
public ListJobsResult withIsTruncated(Boolean isTruncated)
isTruncated - public Boolean isTruncated()
public String toString()
toString in class ObjectObject.toString()public ListJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.