@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 custom vocabulary filters to return in each page of results.
|
String |
getNameContains()
Returns only the custom vocabulary filters that contain the specified string.
|
String |
getNextToken()
If your
ListVocabularyFilters request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of custom vocabulary filters to return in each page of results.
|
void |
setNameContains(String nameContains)
Returns only the custom vocabulary filters that contain the specified string.
|
void |
setNextToken(String nextToken)
If your
ListVocabularyFilters request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. |
String |
toString()
Returns a string representation of this object.
|
ListVocabularyFiltersRequest |
withMaxResults(Integer maxResults)
The maximum number of custom vocabulary filters to return in each page of results.
|
ListVocabularyFiltersRequest |
withNameContains(String nameContains)
Returns only the custom vocabulary filters that contain the specified string.
|
ListVocabularyFiltersRequest |
withNextToken(String nextToken)
If your
ListVocabularyFilters request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. |
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 setNextToken(String nextToken)
If your ListVocabularyFilters
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of results,
copy this string and repeat your request, including NextToken
with the value of the copied string.
Repeat as needed to view all your results.
nextToken
- If your ListVocabularyFilters
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public String getNextToken()
If your ListVocabularyFilters
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of results,
copy this string and repeat your request, including NextToken
with the value of the copied string.
Repeat as needed to view all your results.
ListVocabularyFilters
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public ListVocabularyFiltersRequest withNextToken(String nextToken)
If your ListVocabularyFilters
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of results,
copy this string and repeat your request, including NextToken
with the value of the copied string.
Repeat as needed to view all your results.
nextToken
- If your ListVocabularyFilters
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public void setMaxResults(Integer maxResults)
The maximum number of custom vocabulary filters to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used.
maxResults
- The maximum number of custom vocabulary filters to return in each page of results. If there are fewer
results than the value that you specify, only the actual results are returned. If you do not specify a
value, a default of 5 is used.public Integer getMaxResults()
The maximum number of custom vocabulary filters to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used.
public ListVocabularyFiltersRequest withMaxResults(Integer maxResults)
The maximum number of custom vocabulary filters to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used.
maxResults
- The maximum number of custom vocabulary filters to return in each page of results. If there are fewer
results than the value that you specify, only the actual results are returned. If you do not specify a
value, a default of 5 is used.public void setNameContains(String nameContains)
Returns only the custom vocabulary filters that contain the specified string. The search is not case sensitive.
nameContains
- Returns only the custom vocabulary filters that contain the specified string. The search is not case
sensitive.public String getNameContains()
Returns only the custom vocabulary filters that contain the specified string. The search is not case sensitive.
public ListVocabularyFiltersRequest withNameContains(String nameContains)
Returns only the custom vocabulary filters that contain the specified string. The search is not case sensitive.
nameContains
- Returns only the custom vocabulary filters that contain the specified string. The search is not case
sensitive.public String toString()
toString
in class Object
Object.toString()
public ListVocabularyFiltersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()