@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetExportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDatasetExportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDatasetExportJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
|
Integer |
getMaxResults()
The maximum number of dataset export jobs to return.
|
String |
getNextToken()
A token returned from the previous call to
ListDatasetExportJobs for getting the next set of dataset
export jobs (if they exist). |
int |
hashCode() |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of dataset export jobs to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListDatasetExportJobs for getting the next set of dataset
export jobs (if they exist). |
String |
toString()
Returns a string representation of this object.
|
ListDatasetExportJobsRequest |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
|
ListDatasetExportJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of dataset export jobs to return.
|
ListDatasetExportJobsRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListDatasetExportJobs for getting the next set of dataset
export jobs (if they exist). |
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, withSdkRequestTimeout
public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
datasetArn
- The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
public ListDatasetExportJobsRequest withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
datasetArn
- The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.public void setNextToken(String nextToken)
A token returned from the previous call to ListDatasetExportJobs
for getting the next set of dataset
export jobs (if they exist).
nextToken
- A token returned from the previous call to ListDatasetExportJobs
for getting the next set of
dataset export jobs (if they exist).public String getNextToken()
A token returned from the previous call to ListDatasetExportJobs
for getting the next set of dataset
export jobs (if they exist).
ListDatasetExportJobs
for getting the next set of
dataset export jobs (if they exist).public ListDatasetExportJobsRequest withNextToken(String nextToken)
A token returned from the previous call to ListDatasetExportJobs
for getting the next set of dataset
export jobs (if they exist).
nextToken
- A token returned from the previous call to ListDatasetExportJobs
for getting the next set of
dataset export jobs (if they exist).public void setMaxResults(Integer maxResults)
The maximum number of dataset export jobs to return.
maxResults
- The maximum number of dataset export jobs to return.public Integer getMaxResults()
The maximum number of dataset export jobs to return.
public ListDatasetExportJobsRequest withMaxResults(Integer maxResults)
The maximum number of dataset export jobs to return.
maxResults
- The maximum number of dataset export jobs to return.public String toString()
toString
in class Object
Object.toString()
public ListDatasetExportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()