Class FilterListConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FilterListConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FilterListConfiguration.Builder,FilterListConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FilterListConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterListConfiguration.Builder,FilterListConfiguration>
A list of filter configurations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilterListConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilterListConfiguration.Builderbuilder()List<String>categoryValues()The list of category values for the filter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasCategoryValues()For responses, this returns true if the service returned a value for the CategoryValues property.inthashCode()CategoryFilterMatchOperatormatchOperator()The match operator that is used to determine if a filter should be applied.StringmatchOperatorAsString()The match operator that is used to determine if a filter should be applied.FilterNullOptionnullOption()This option determines how null values should be treated when filtering data.StringnullOptionAsString()This option determines how null values should be treated when filtering data.List<SdkField<?>>sdkFields()CategoryFilterSelectAllOptionsselectAllOptions()Select all of the values.StringselectAllOptionsAsString()Select all of the values.static Class<? extends FilterListConfiguration.Builder>serializableBuilderClass()FilterListConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
matchOperator
public 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,
matchOperatorwill returnCategoryFilterMatchOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommatchOperatorAsString().- Returns:
- The match operator that is used to determine if a filter should be applied.
- See Also:
CategoryFilterMatchOperator
-
matchOperatorAsString
public 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,
matchOperatorwill returnCategoryFilterMatchOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommatchOperatorAsString().- Returns:
- The match operator that is used to determine if a filter should be applied.
- See Also:
CategoryFilterMatchOperator
-
hasCategoryValues
public final boolean hasCategoryValues()
For responses, this returns true if the service returned a value for the CategoryValues property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
categoryValues
public final List<String> categoryValues()
The list of category values for the filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasCategoryValues()method.- Returns:
- The list of category values for the filter.
-
selectAllOptions
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,
selectAllOptionswill returnCategoryFilterSelectAllOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectAllOptionsAsString().- Returns:
- Select all of the values. Null is not the assigned value of select all.
-
FILTER_ALL_VALUES
-
- See Also:
CategoryFilterSelectAllOptions
-
-
selectAllOptionsAsString
public 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,
selectAllOptionswill returnCategoryFilterSelectAllOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectAllOptionsAsString().- Returns:
- Select all of the values. Null is not the assigned value of select all.
-
FILTER_ALL_VALUES
-
- See Also:
CategoryFilterSelectAllOptions
-
-
nullOption
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,
nullOptionwill returnFilterNullOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnullOptionAsString().- Returns:
- 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.
-
- See Also:
FilterNullOption
-
-
nullOptionAsString
public 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,
nullOptionwill returnFilterNullOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnullOptionAsString().- Returns:
- 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.
-
- See Also:
FilterNullOption
-
-
toBuilder
public FilterListConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilterListConfiguration.Builder,FilterListConfiguration>
-
builder
public static FilterListConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FilterListConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-