public class ListVocabularyFiltersRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets information about vocabulary filters.
Constructor and Description |
---|
ListVocabularyFiltersRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of filters to return in the response.
|
java.lang.String |
getNameContains()
Filters the response so that it only contains vocabulary filters whose
name contains the specified string.
|
java.lang.String |
getNextToken()
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of filters to return in the response.
|
void |
setNameContains(java.lang.String nameContains)
Filters the response so that it only contains vocabulary filters whose
name contains the specified string.
|
void |
setNextToken(java.lang.String nextToken)
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVocabularyFiltersRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of filters to return in the response.
|
ListVocabularyFiltersRequest |
withNameContains(java.lang.String nameContains)
Filters the response so that it only contains vocabulary filters whose
name contains the specified string.
|
ListVocabularyFiltersRequest |
withNextToken(java.lang.String nextToken)
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
If the result of the previous request to
ListVocabularyFilters
was truncated, include the
NextToken
to fetch the next set of collections.
Constraints:
Length: - 8192
Pattern: .+
If the result of the previous request to
ListVocabularyFilters
was truncated, include the
NextToken
to fetch the next set of collections.
public void setNextToken(java.lang.String nextToken)
If the result of the previous request to
ListVocabularyFilters
was truncated, include the
NextToken
to fetch the next set of collections.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
If the result of the previous request to
ListVocabularyFilters
was truncated, include the
NextToken
to fetch the next set of collections.
public ListVocabularyFiltersRequest withNextToken(java.lang.String nextToken)
If the result of the previous request to
ListVocabularyFilters
was truncated, include the
NextToken
to fetch the next set of collections.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
If the result of the previous request to
ListVocabularyFilters
was truncated, include the
NextToken
to fetch the next set of collections.
public java.lang.Integer getMaxResults()
The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
Constraints:
Range: 1 - 100
The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
Constraints:
Range: 1 - 100
maxResults
- The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
public ListVocabularyFiltersRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
maxResults
- The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
public java.lang.String getNameContains()
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
public void setNameContains(java.lang.String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
nameContains
- Filters the response so that it only contains vocabulary filters whose name contains the specified string.
public ListVocabularyFiltersRequest withNameContains(java.lang.String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
nameContains
- Filters the response so that it only contains vocabulary filters whose name contains the specified string.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.