Class CfnDashboard.FilterListConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterListConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FilterListConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FilterListConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FilterListConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FilterListConfigurationProperty
An implementation for
CfnDashboard.FilterListConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.FilterListConfigurationProperty
CfnDashboard.FilterListConfigurationProperty.Builder, CfnDashboard.FilterListConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FilterListConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe list of category values for the filter.final StringThe match operator that is used to determine if a filter should be applied.final StringThis option determines how null values should be treated when filtering data.final StringSelect all of the values.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDashboard.FilterListConfigurationProperty.Builder.
-
-
Method Details
-
getMatchOperator
Description copied from interface:CfnDashboard.FilterListConfigurationPropertyThe match operator that is used to determine if a filter should be applied.- Specified by:
getMatchOperatorin interfaceCfnDashboard.FilterListConfigurationProperty- See Also:
-
getCategoryValues
Description copied from interface:CfnDashboard.FilterListConfigurationPropertyThe list of category values for the filter.- Specified by:
getCategoryValuesin interfaceCfnDashboard.FilterListConfigurationProperty- See Also:
-
getNullOption
Description copied from interface:CfnDashboard.FilterListConfigurationPropertyThis 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.
- Specified by:
getNullOptionin interfaceCfnDashboard.FilterListConfigurationProperty- See Also:
-
getSelectAllOptions
Description copied from interface:CfnDashboard.FilterListConfigurationPropertySelect all of the values. Null is not the assigned value of select all.FILTER_ALL_VALUES
- Specified by:
getSelectAllOptionsin interfaceCfnDashboard.FilterListConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-