@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of filters to return in the response.
|
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 the response.
|
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 the response.
|
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, 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 the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of filters to return in the response. If there are fewer results in the list, this
response contains only the actual results.public Integer getMaxResults()
The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
public ListVocabularyFiltersRequest withMaxResults(Integer maxResults)
The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of filters to return in the response. If there are fewer results in the list, this
response contains only the actual results.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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()