Class CfnDashboard.CustomFilterConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.CustomFilterConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.CustomFilterConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.CustomFilterConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.CustomFilterConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.CustomFilterConfigurationProperty
An implementation for
CfnDashboard.CustomFilterConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.CustomFilterConfigurationProperty
CfnDashboard.CustomFilterConfigurationProperty.Builder, CfnDashboard.CustomFilterConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.CustomFilterConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The category value for the filter.final String
The match operator that is used to determine if a filter should be applied.final String
This option determines how null values should be treated when filtering data.final String
The parameter whose value should be used for the filter value.final String
Select all of the values.final int
hashCode()
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.CustomFilterConfigurationProperty.Builder
.
-
-
Method Details
-
getMatchOperator
Description copied from interface:CfnDashboard.CustomFilterConfigurationProperty
The match operator that is used to determine if a filter should be applied.- Specified by:
getMatchOperator
in interfaceCfnDashboard.CustomFilterConfigurationProperty
- See Also:
-
getNullOption
Description copied from interface:CfnDashboard.CustomFilterConfigurationProperty
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.
- Specified by:
getNullOption
in interfaceCfnDashboard.CustomFilterConfigurationProperty
- See Also:
-
getCategoryValue
Description copied from interface:CfnDashboard.CustomFilterConfigurationProperty
The category value for the filter.This field is mutually exclusive to
ParameterName
.- Specified by:
getCategoryValue
in interfaceCfnDashboard.CustomFilterConfigurationProperty
- See Also:
-
getParameterName
Description copied from interface:CfnDashboard.CustomFilterConfigurationProperty
The parameter whose value should be used for the filter value.This field is mutually exclusive to
CategoryValue
.- Specified by:
getParameterName
in interfaceCfnDashboard.CustomFilterConfigurationProperty
- See Also:
-
getSelectAllOptions
Description copied from interface:CfnDashboard.CustomFilterConfigurationProperty
Select all of the values. Null is not the assigned value of select all.FILTER_ALL_VALUES
- Specified by:
getSelectAllOptions
in interfaceCfnDashboard.CustomFilterConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-