@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVocabularyFiltersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListVocabularyFiltersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListVocabularyFiltersRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of filters to return in each page of results.
|
String |
getNameContains()
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
|
String |
getNextToken()
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of filters to return in each page of results.
|
void |
setNameContains(String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
|
void |
setNextToken(String nextToken)
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
String |
toString()
Returns a string representation of this object.
|
ListVocabularyFiltersRequest |
withMaxResults(Integer maxResults)
The maximum number of filters to return in each page of results.
|
ListVocabularyFiltersRequest |
withNameContains(String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
|
ListVocabularyFiltersRequest |
withNextToken(String nextToken)
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
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 setNextToken(String nextToken)
If the result of the previous request to ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.
nextToken - If the result of the previous request to ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.public String getNextToken()
If the result of the previous request to ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.public ListVocabularyFiltersRequest withNextToken(String nextToken)
If the result of the previous request to ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.
nextToken - If the result of the previous request to ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.public void setMaxResults(Integer maxResults)
The maximum number of filters to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of filters to return in each page of results. If there are fewer results than the value
you specify, only the actual results are returned. If you do not specify a value, the default of 5 is
used.public Integer getMaxResults()
The maximum number of filters to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
public ListVocabularyFiltersRequest withMaxResults(Integer maxResults)
The maximum number of filters to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of filters to return in each page of results. If there are fewer results than the value
you specify, only the actual results are returned. If you do not specify a value, the default of 5 is
used.public void setNameContains(String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
nameContains - Filters the response so that it only contains vocabulary filters whose name contains the specified string.public String getNameContains()
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
public ListVocabularyFiltersRequest withNameContains(String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
nameContains - Filters the response so that it only contains vocabulary filters whose name contains the specified string.public String toString()
toString in class ObjectObject.toString()public ListVocabularyFiltersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.