@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackendJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBackendJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListBackendJobsResult |
clone() |
boolean |
equals(Object obj) |
List<BackendJobRespObj> |
getJobs()
An array of jobs and their properties.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setJobs(Collection<BackendJobRespObj> jobs)
An array of jobs and their properties.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListBackendJobsResult |
withJobs(BackendJobRespObj... jobs)
An array of jobs and their properties.
|
ListBackendJobsResult |
withJobs(Collection<BackendJobRespObj> jobs)
An array of jobs and their properties.
|
ListBackendJobsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BackendJobRespObj> getJobs()
An array of jobs and their properties.
public void setJobs(Collection<BackendJobRespObj> jobs)
An array of jobs and their properties.
jobs
- An array of jobs and their properties.public ListBackendJobsResult withJobs(BackendJobRespObj... jobs)
An array of jobs and their properties.
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
- An array of jobs and their properties.public ListBackendJobsResult withJobs(Collection<BackendJobRespObj> jobs)
An array of jobs and their properties.
jobs
- An array of jobs and their properties.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListBackendJobsResult withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListBackendJobsResult clone()