@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 | getDataSetId()
 The unique identifier for a data set. | 
| Integer | getMaxResults()
 The maximum number of results returned by a single call. | 
| String | getNextToken()
 The token value retrieved from a previous call to access the next page of results. | 
| String | getRevisionId()
 The unique identifier for a revision. | 
| int | hashCode() | 
| void | setDataSetId(String dataSetId)
 The unique identifier for a data set. | 
| void | setMaxResults(Integer maxResults)
 The maximum number of results returned by a single call. | 
| void | setNextToken(String nextToken)
 The token value retrieved from a previous call to access the next page of results. | 
| void | setRevisionId(String revisionId)
 The unique identifier for a revision. | 
| String | toString()Returns a string representation of this object. | 
| ListJobsRequest | withDataSetId(String dataSetId)
 The unique identifier for a data set. | 
| ListJobsRequest | withMaxResults(Integer maxResults)
 The maximum number of results returned by a single call. | 
| ListJobsRequest | withNextToken(String nextToken)
 The token value retrieved from a previous call to access the next page of results. | 
| ListJobsRequest | withRevisionId(String revisionId)
 The unique identifier for a revision. | 
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 setDataSetId(String dataSetId)
The unique identifier for a data set.
dataSetId - The unique identifier for a data set.public String getDataSetId()
The unique identifier for a data set.
public ListJobsRequest withDataSetId(String dataSetId)
The unique identifier for a data set.
dataSetId - The unique identifier for a data set.public void setMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
maxResults - The maximum number of results returned by a single call.public Integer getMaxResults()
The maximum number of results returned by a single call.
public ListJobsRequest withMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
maxResults - The maximum number of results returned by a single call.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListJobsRequest withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public void setRevisionId(String revisionId)
The unique identifier for a revision.
revisionId - The unique identifier for a revision.public String getRevisionId()
The unique identifier for a revision.
public ListJobsRequest withRevisionId(String revisionId)
The unique identifier for a revision.
revisionId - The unique identifier for a revision.public String toString()
toString in class ObjectObject.toString()public ListJobsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()