@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListJobsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListJobsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDatasetName()
 The name of a dataset. | 
| Integer | getMaxResults()
 The maximum number of results to return in this request. | 
| String | getNextToken()
 A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. | 
| String | getProjectName()
 The name of a project. | 
| int | hashCode() | 
| void | setDatasetName(String datasetName)
 The name of a dataset. | 
| void | setMaxResults(Integer maxResults)
 The maximum number of results to return in this request. | 
| void | setNextToken(String nextToken)
 A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. | 
| void | setProjectName(String projectName)
 The name of a project. | 
| String | toString()Returns a string representation of this object. | 
| ListJobsRequest | withDatasetName(String datasetName)
 The name of a dataset. | 
| ListJobsRequest | withMaxResults(Integer maxResults)
 The maximum number of results to return in this request. | 
| ListJobsRequest | withNextToken(String nextToken)
 A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. | 
| ListJobsRequest | withProjectName(String projectName)
 The name of a project. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDatasetName(String datasetName)
The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
datasetName - The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified
        dataset.public String getDatasetName()
The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
public ListJobsRequest withDatasetName(String datasetName)
The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
datasetName - The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified
        dataset.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListJobsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public void setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value 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 get the next set of pages, pass in the NextToken value 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 get the next set of pages, pass in the NextToken value from the response object of the previous page call.
public ListJobsRequest withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value 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 get the next set of pages, pass in the NextToken value from the response object of the
        previous page call.public void setProjectName(String projectName)
The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
projectName - The name of a project. Using this parameter indicates to return only those jobs that are associated with
        the specified project.public String getProjectName()
The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
public ListJobsRequest withProjectName(String projectName)
The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
projectName - The name of a project. Using this parameter indicates to return only those jobs that are associated with
        the specified project.public String toString()
toString in class ObjectObject.toString()public ListJobsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()