@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVocabulariesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListVocabulariesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of vocabularies to return in each page of results.
|
String |
getNameContains()
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string.
|
String |
getNextToken()
If the result of the previous request to
ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs. |
String |
getStateEquals()
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of vocabularies to return in each page of results.
|
void |
setNameContains(String nameContains)
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string.
|
void |
setNextToken(String nextToken)
If the result of the previous request to
ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs. |
void |
setStateEquals(String stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
String |
toString()
Returns a string representation of this object.
|
ListVocabulariesRequest |
withMaxResults(Integer maxResults)
The maximum number of vocabularies to return in each page of results.
|
ListVocabulariesRequest |
withNameContains(String nameContains)
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string.
|
ListVocabulariesRequest |
withNextToken(String nextToken)
If the result of the previous request to
ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs. |
ListVocabulariesRequest |
withStateEquals(String stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
ListVocabulariesRequest |
withStateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
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 ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs.public String getNextToken()
If the result of the previous request to ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs.
ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs.public ListVocabulariesRequest withNextToken(String nextToken)
If the result of the previous request to ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs.public void setMaxResults(Integer maxResults)
The maximum number of vocabularies 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 vocabularies 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 vocabularies 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 ListVocabulariesRequest withMaxResults(Integer maxResults)
The maximum number of vocabularies 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 vocabularies 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 setStateEquals(String stateEquals)
When specified, only returns vocabularies with the VocabularyState field equal to the specified
state.
stateEquals - When specified, only returns vocabularies with the VocabularyState field equal to the
specified state.VocabularyStatepublic String getStateEquals()
When specified, only returns vocabularies with the VocabularyState field equal to the specified
state.
VocabularyState field equal to the
specified state.VocabularyStatepublic ListVocabulariesRequest withStateEquals(String stateEquals)
When specified, only returns vocabularies with the VocabularyState field equal to the specified
state.
stateEquals - When specified, only returns vocabularies with the VocabularyState field equal to the
specified state.VocabularyStatepublic ListVocabulariesRequest withStateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the VocabularyState field equal to the specified
state.
stateEquals - When specified, only returns vocabularies with the VocabularyState field equal to the
specified state.VocabularyStatepublic void setNameContains(String nameContains)
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string. The search is not case sensitive, ListVocabularies returns both "vocabularyname"
and "VocabularyName" in the response list.
nameContains - When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string. The search is not case sensitive, ListVocabularies returns both
"vocabularyname" and "VocabularyName" in the response list.public String getNameContains()
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string. The search is not case sensitive, ListVocabularies returns both "vocabularyname"
and "VocabularyName" in the response list.
ListVocabularies returns both
"vocabularyname" and "VocabularyName" in the response list.public ListVocabulariesRequest withNameContains(String nameContains)
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string. The search is not case sensitive, ListVocabularies returns both "vocabularyname"
and "VocabularyName" in the response list.
nameContains - When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string. The search is not case sensitive, ListVocabularies returns both
"vocabularyname" and "VocabularyName" in the response list.public String toString()
toString in class ObjectObject.toString()public ListVocabulariesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.