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()
Returns the value of the IsTruncated property for this object.
|
List<Job> |
getJobs()
Returns the value of the Jobs property for this object.
|
int |
hashCode() |
Boolean |
isTruncated()
Returns the value of the IsTruncated property for this object.
|
void |
setIsTruncated(Boolean isTruncated)
Sets the value of the IsTruncated property for this object.
|
void |
setJobs(Collection<Job> jobs)
Sets the value of the Jobs property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsResult |
withIsTruncated(Boolean isTruncated)
Sets the value of the IsTruncated property for this object.
|
ListJobsResult |
withJobs(Collection<Job> jobs)
Sets the value of the Jobs property for this object.
|
ListJobsResult |
withJobs(Job... jobs)
Sets the value of the Jobs property for this object.
|
public List<Job> getJobs()
public void setJobs(Collection<Job> jobs)
jobs
- The new value for the Jobs property for this object.public ListJobsResult withJobs(Job... jobs)
jobs
- The new value for the Jobs property for this object.public ListJobsResult withJobs(Collection<Job> jobs)
jobs
- The new value for the Jobs property for this object.public void setIsTruncated(Boolean isTruncated)
isTruncated
- The new value for the IsTruncated property for this object.public Boolean getIsTruncated()
public ListJobsResult withIsTruncated(Boolean isTruncated)
isTruncated
- The new value for the IsTruncated property for this object.public Boolean isTruncated()
public String toString()
toString
in class Object
Object.toString()
public ListJobsResult clone()
Copyright © 2015. All rights reserved.