@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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 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.VocabularyState
public String getStateEquals()
When specified, only returns vocabularies with the VocabularyState
field equal to the specified
state.
VocabularyState
field equal to the
specified state.VocabularyState
public 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.VocabularyState
public 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.VocabularyState
public 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 Object
Object.toString()
public ListVocabulariesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.