@Generated(value="software.amazon.awssdk:codegen") public final class CustomFilterConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomFilterConfiguration.Builder,CustomFilterConfiguration>
A custom filter that filters based on a single value. This filter can be partially matched.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomFilterConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomFilterConfiguration.Builder |
builder() |
String |
categoryValue()
The category value for the filter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CategoryFilterMatchOperator |
matchOperator()
The match operator that is used to determine if a filter should be applied.
|
String |
matchOperatorAsString()
The match operator that is used to determine if a filter should be applied.
|
FilterNullOption |
nullOption()
This option determines how null values should be treated when filtering data.
|
String |
nullOptionAsString()
This option determines how null values should be treated when filtering data.
|
String |
parameterName()
The parameter whose value should be used for the filter value.
|
List<SdkField<?>> |
sdkFields() |
CategoryFilterSelectAllOptions |
selectAllOptions()
Select all of the values.
|
String |
selectAllOptionsAsString()
Select all of the values.
|
static Class<? extends CustomFilterConfiguration.Builder> |
serializableBuilderClass() |
CustomFilterConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CategoryFilterMatchOperator matchOperator()
The match operator that is used to determine if a filter should be applied.
If the service returns an enum value that is not available in the current SDK version, matchOperator
will return CategoryFilterMatchOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from matchOperatorAsString().
CategoryFilterMatchOperatorpublic final String matchOperatorAsString()
The match operator that is used to determine if a filter should be applied.
If the service returns an enum value that is not available in the current SDK version, matchOperator
will return CategoryFilterMatchOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from matchOperatorAsString().
CategoryFilterMatchOperatorpublic final String categoryValue()
The category value for the filter.
This field is mutually exclusive to ParameterName.
This field is mutually exclusive to ParameterName.
public final CategoryFilterSelectAllOptions selectAllOptions()
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
If the service returns an enum value that is not available in the current SDK version, selectAllOptions
will return CategoryFilterSelectAllOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from selectAllOptionsAsString().
FILTER_ALL_VALUES
CategoryFilterSelectAllOptionspublic final String selectAllOptionsAsString()
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
If the service returns an enum value that is not available in the current SDK version, selectAllOptions
will return CategoryFilterSelectAllOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from selectAllOptionsAsString().
FILTER_ALL_VALUES
CategoryFilterSelectAllOptionspublic final String parameterName()
The parameter whose value should be used for the filter value.
This field is mutually exclusive to CategoryValue.
This field is mutually exclusive to CategoryValue.
public final FilterNullOption nullOption()
This option determines how null values should be treated when filtering data.
ALL_VALUES: Include null values in filtered results.
NULLS_ONLY: Only include null values in filtered results.
NON_NULLS_ONLY: Exclude null values from filtered results.
If the service returns an enum value that is not available in the current SDK version, nullOption will
return FilterNullOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nullOptionAsString().
ALL_VALUES: Include null values in filtered results.
NULLS_ONLY: Only include null values in filtered results.
NON_NULLS_ONLY: Exclude null values from filtered results.
FilterNullOptionpublic final String nullOptionAsString()
This option determines how null values should be treated when filtering data.
ALL_VALUES: Include null values in filtered results.
NULLS_ONLY: Only include null values in filtered results.
NON_NULLS_ONLY: Exclude null values from filtered results.
If the service returns an enum value that is not available in the current SDK version, nullOption will
return FilterNullOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nullOptionAsString().
ALL_VALUES: Include null values in filtered results.
NULLS_ONLY: Only include null values in filtered results.
NON_NULLS_ONLY: Exclude null values from filtered results.
FilterNullOptionpublic CustomFilterConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomFilterConfiguration.Builder,CustomFilterConfiguration>public static CustomFilterConfiguration.Builder builder()
public static Class<? extends CustomFilterConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.