@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
clone() |
boolean |
equals(Object obj) |
List<Job> |
getJobs()
A list of jobs that are defined in the current AWS account.
|
String |
getNextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
int |
hashCode() |
void |
setJobs(Collection<Job> jobs)
A list of jobs that are defined in the current AWS account.
|
void |
setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
String |
toString()
Returns a string representation of this object.
|
ListJobsResult |
withJobs(Collection<Job> jobs)
A list of jobs that are defined in the current AWS account.
|
ListJobsResult |
withJobs(Job... jobs)
A list of jobs that are defined in the current AWS account.
|
ListJobsResult |
withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Job> getJobs()
A list of jobs that are defined in the current AWS account.
public void setJobs(Collection<Job> jobs)
A list of jobs that are defined in the current AWS account.
jobs - A list of jobs that are defined in the current AWS account.public ListJobsResult withJobs(Job... jobs)
A list of jobs that are defined in the current AWS account.
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 - A list of jobs that are defined in the current AWS account.public ListJobsResult withJobs(Collection<Job> jobs)
A list of jobs that are defined in the current AWS account.
jobs - A list of jobs that are defined in the current AWS account.public void setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous
page call.public String getNextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
public ListJobsResult withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous
page call.public String toString()
toString in class ObjectObject.toString()public ListJobsResult clone()