@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 the response.
|
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 the response.
|
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; useful for testing and debugging.
|
ListVocabulariesRequest |
withMaxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
|
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 the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of vocabularies 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 vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
public ListVocabulariesRequest withMaxResults(Integer maxResults)
The maximum number of vocabularies 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 vocabularies to return in the response. If there are fewer results in the list, this
response contains only the actual results.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 case-insensitive, ListVocabularies will return 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 case-insensitive, ListVocabularies will return 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 case-insensitive, ListVocabularies will return both "vocabularyname"
and "VocabularyName" in the response list.
ListVocabularies will return 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 case-insensitive, ListVocabularies will return 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 case-insensitive, ListVocabularies will return both
"vocabularyname" and "VocabularyName" in the response list.public String toString()
toString in class ObjectObject.toString()public ListVocabulariesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.