@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()
If
NextToken is present in your response, it indicates that not all results are displayed. |
List<VocabularyFilterInfo> |
getVocabularyFilters()
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
void |
setVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
String |
toString()
Returns a string representation of this object.
|
ListVocabularyFiltersResult |
withNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
ListVocabularyFiltersResult |
withVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
ListVocabularyFiltersResult |
withVocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
nextToken
- If NextToken
is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken
parameter in your
results output, then run your request again including NextToken
with the value of the copied
string. Repeat as needed to view all your results.public String getNextToken()
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
NextToken
is present in your response, it indicates that not all results are displayed.
To view the next set of results, copy the string associated with the NextToken
parameter in
your results output, then run your request again including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public ListVocabularyFiltersResult withNextToken(String nextToken)
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
nextToken
- If NextToken
is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken
parameter in your
results output, then run your request again including NextToken
with the value of the copied
string. Repeat as needed to view all your results.public List<VocabularyFilterInfo> getVocabularyFilters()
Provides information about the custom vocabulary filters that match the criteria specified in your request.
public void setVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
vocabularyFilters
- Provides information about the custom vocabulary filters that match the criteria specified in your
request.public ListVocabularyFiltersResult withVocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
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
- Provides information about the custom vocabulary filters that match the criteria specified in your
request.public ListVocabularyFiltersResult withVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
vocabularyFilters
- Provides information about the custom vocabulary filters that match the criteria specified in your
request.public String toString()
toString
in class Object
Object.toString()
public ListVocabularyFiltersResult clone()