@Generated(value="software.amazon.awssdk:codegen") public final class ListFiltersRequest extends PersonalizeRequest implements ToCopyableBuilder<ListFiltersRequest.Builder,ListFiltersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFiltersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFiltersRequest.Builder |
builder() |
String |
datasetGroupArn()
The ARN of the dataset group that contains the filters.
|
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.
|
String |
nextToken()
A token returned from the previous call to
ListFilters for getting the next set of filters (if they
exist). |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFiltersRequest.Builder> |
serializableBuilderClass() |
ListFiltersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String datasetGroupArn()
The ARN of the dataset group that contains the filters.
public String nextToken()
A token returned from the previous call to ListFilters for getting the next set of filters (if they
exist).
ListFilters for getting the next set of filters
(if they exist).public Integer maxResults()
The maximum number of filters to return.
public ListFiltersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFiltersRequest.Builder,ListFiltersRequest>toBuilder in class PersonalizeRequestpublic static ListFiltersRequest.Builder builder()
public static Class<? extends ListFiltersRequest.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.