@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFiltersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListFiltersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListFiltersRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetGroupArn()
The ARN of the dataset group that contains the filters.
|
Integer |
getMaxResults()
The maximum number of filters to return.
|
String |
getNextToken()
A token returned from the previous call to
ListFilters for getting the next set of filters (if they
exist). |
int |
hashCode() |
void |
setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that contains the filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of filters to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListFilters for getting the next set of filters (if they
exist). |
String |
toString()
Returns a string representation of this object.
|
ListFiltersRequest |
withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that contains the filters.
|
ListFiltersRequest |
withMaxResults(Integer maxResults)
The maximum number of filters to return.
|
ListFiltersRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListFilters for getting the next set of filters (if they
exist). |
addHandlerContext, copyBaseTo, 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 setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that contains the filters.
datasetGroupArn - The ARN of the dataset group that contains the filters.public String getDatasetGroupArn()
The ARN of the dataset group that contains the filters.
public ListFiltersRequest withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that contains the filters.
datasetGroupArn - The ARN of the dataset group that contains the filters.public void setNextToken(String nextToken)
A token returned from the previous call to ListFilters for getting the next set of filters (if they
exist).
nextToken - A token returned from the previous call to ListFilters for getting the next set of filters
(if they exist).public String getNextToken()
A token returned from the previous call to ListFilters for getting the next set of filters (if they
exist).
ListFilters for getting the next set of filters
(if they exist).public ListFiltersRequest withNextToken(String nextToken)
A token returned from the previous call to ListFilters for getting the next set of filters (if they
exist).
nextToken - A token returned from the previous call to ListFilters for getting the next set of filters
(if they exist).public void setMaxResults(Integer maxResults)
The maximum number of filters to return.
maxResults - The maximum number of filters to return.public Integer getMaxResults()
The maximum number of filters to return.
public ListFiltersRequest withMaxResults(Integer maxResults)
The maximum number of filters to return.
maxResults - The maximum number of filters to return.public String toString()
toString in class ObjectObject.toString()public ListFiltersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.