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