@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVocabularyFiltersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListVocabularyFiltersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListVocabularyFiltersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
ListVocabularyFilters operation returns a page of collections at a time. |
List<VocabularyFilterInfo> |
getVocabularyFilters()
The list of vocabulary filters.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
ListVocabularyFilters operation returns a page of collections at a time. |
void |
setVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
The list of vocabulary filters.
|
String |
toString()
Returns a string representation of this object.
|
ListVocabularyFiltersResult |
withNextToken(String nextToken)
The
ListVocabularyFilters operation returns a page of collections at a time. |
ListVocabularyFiltersResult |
withVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
The list of vocabulary filters.
|
ListVocabularyFiltersResult |
withVocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
The list of vocabulary filters.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the
page is set by the MaxResults parameter. If there are more jobs in the list than the page size,
Amazon Transcribe returns the NextPage token. Include the token in the next request to the
ListVocabularyFilters operation to return in the next page of jobs.
nextToken - The ListVocabularyFilters operation returns a page of collections at a time. The maximum size
of the page is set by the MaxResults parameter. If there are more jobs in the list than the
page size, Amazon Transcribe returns the NextPage token. Include the token in the next
request to the ListVocabularyFilters operation to return in the next page of jobs.public String getNextToken()
The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the
page is set by the MaxResults parameter. If there are more jobs in the list than the page size,
Amazon Transcribe returns the NextPage token. Include the token in the next request to the
ListVocabularyFilters operation to return in the next page of jobs.
ListVocabularyFilters operation returns a page of collections at a time. The maximum
size of the page is set by the MaxResults parameter. If there are more jobs in the list than
the page size, Amazon Transcribe returns the NextPage token. Include the token in the next
request to the ListVocabularyFilters operation to return in the next page of jobs.public ListVocabularyFiltersResult withNextToken(String nextToken)
The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the
page is set by the MaxResults parameter. If there are more jobs in the list than the page size,
Amazon Transcribe returns the NextPage token. Include the token in the next request to the
ListVocabularyFilters operation to return in the next page of jobs.
nextToken - The ListVocabularyFilters operation returns a page of collections at a time. The maximum size
of the page is set by the MaxResults parameter. If there are more jobs in the list than the
page size, Amazon Transcribe returns the NextPage token. Include the token in the next
request to the ListVocabularyFilters operation to return in the next page of jobs.public List<VocabularyFilterInfo> getVocabularyFilters()
The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more
filters, call the ListVocabularyFilters operation again with the NextToken parameter in
the request set to the value of the NextToken field in the response.
MaxResults number of filters. If there
are more filters, call the ListVocabularyFilters operation again with the
NextToken parameter in the request set to the value of the NextToken field in
the response.public void setVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more
filters, call the ListVocabularyFilters operation again with the NextToken parameter in
the request set to the value of the NextToken field in the response.
vocabularyFilters - The list of vocabulary filters. It contains at most MaxResults number of filters. If there
are more filters, call the ListVocabularyFilters operation again with the
NextToken parameter in the request set to the value of the NextToken field in
the response.public ListVocabularyFiltersResult withVocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more
filters, call the ListVocabularyFilters operation again with the NextToken parameter in
the request set to the value of the NextToken field in the response.
NOTE: This method appends the values to the existing list (if any). Use
setVocabularyFilters(java.util.Collection) or withVocabularyFilters(java.util.Collection) if
you want to override the existing values.
vocabularyFilters - The list of vocabulary filters. It contains at most MaxResults number of filters. If there
are more filters, call the ListVocabularyFilters operation again with the
NextToken parameter in the request set to the value of the NextToken field in
the response.public ListVocabularyFiltersResult withVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more
filters, call the ListVocabularyFilters operation again with the NextToken parameter in
the request set to the value of the NextToken field in the response.
vocabularyFilters - The list of vocabulary filters. It contains at most MaxResults number of filters. If there
are more filters, call the ListVocabularyFilters operation again with the
NextToken parameter in the request set to the value of the NextToken field in
the response.public String toString()
toString in class ObjectObject.toString()public ListVocabularyFiltersResult clone()
Copyright © 2021. All rights reserved.