@Generated(value="software.amazon.awssdk:codegen") public final class ListVocabularyFiltersRequest extends TranscribeRequest implements ToCopyableBuilder<ListVocabularyFiltersRequest.Builder,ListVocabularyFiltersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVocabularyFiltersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVocabularyFiltersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of filters to return in the response.
|
String |
nameContains()
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
|
String |
nextToken()
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVocabularyFiltersRequest.Builder> |
serializableBuilderClass() |
ListVocabularyFiltersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextToken()
If the result of the previous request to ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.public 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.
public String nameContains()
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
public ListVocabularyFiltersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVocabularyFiltersRequest.Builder,ListVocabularyFiltersRequest>toBuilder in class TranscribeRequestpublic static ListVocabularyFiltersRequest.Builder builder()
public static Class<? extends ListVocabularyFiltersRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.