@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| SearchJobsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchJobsResult | clone() | 
| boolean | equals(Object obj) | 
| List<JobSearchSummary> | getJobs()
 The jobs in the search. | 
| Integer | getNextItemOffset()
 The next incremental starting point after the defined  itemOffset. | 
| Integer | getTotalResults()
 The total number of results in the search. | 
| int | hashCode() | 
| void | setJobs(Collection<JobSearchSummary> jobs)
 The jobs in the search. | 
| void | setNextItemOffset(Integer nextItemOffset)
 The next incremental starting point after the defined  itemOffset. | 
| void | setTotalResults(Integer totalResults)
 The total number of results in the search. | 
| String | toString()Returns a string representation of this object. | 
| SearchJobsResult | withJobs(Collection<JobSearchSummary> jobs)
 The jobs in the search. | 
| SearchJobsResult | withJobs(JobSearchSummary... jobs)
 The jobs in the search. | 
| SearchJobsResult | withNextItemOffset(Integer nextItemOffset)
 The next incremental starting point after the defined  itemOffset. | 
| SearchJobsResult | withTotalResults(Integer totalResults)
 The total number of results in the search. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<JobSearchSummary> getJobs()
The jobs in the search.
public void setJobs(Collection<JobSearchSummary> jobs)
The jobs in the search.
jobs - The jobs in the search.public SearchJobsResult withJobs(JobSearchSummary... jobs)
The jobs in the search.
 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 - The jobs in the search.public SearchJobsResult withJobs(Collection<JobSearchSummary> jobs)
The jobs in the search.
jobs - The jobs in the search.public void setNextItemOffset(Integer nextItemOffset)
 The next incremental starting point after the defined itemOffset.
 
nextItemOffset - The next incremental starting point after the defined itemOffset.public Integer getNextItemOffset()
 The next incremental starting point after the defined itemOffset.
 
itemOffset.public SearchJobsResult withNextItemOffset(Integer nextItemOffset)
 The next incremental starting point after the defined itemOffset.
 
nextItemOffset - The next incremental starting point after the defined itemOffset.public void setTotalResults(Integer totalResults)
The total number of results in the search.
totalResults - The total number of results in the search.public Integer getTotalResults()
The total number of results in the search.
public SearchJobsResult withTotalResults(Integer totalResults)
The total number of results in the search.
totalResults - The total number of results in the search.public String toString()
toString in class ObjectObject.toString()public SearchJobsResult clone()