Class CfnDashboard.NestedFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.NestedFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.NestedFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.NestedFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.NestedFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.NestedFilterProperty
An implementation for
CfnDashboard.NestedFilterProperty
-
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.NestedFilterProperty
CfnDashboard.NestedFilterProperty.Builder, CfnDashboard.NestedFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.NestedFilterProperty.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 Object
The column that the filter is applied to.final String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.final Object
A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.final Object
TheInnerFilter
defines the subset of data to be used with theNestedFilter
.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.NestedFilterProperty.Builder
.
-
-
Method Details
-
getColumn
Description copied from interface:CfnDashboard.NestedFilterProperty
The column that the filter is applied to.- Specified by:
getColumn
in interfaceCfnDashboard.NestedFilterProperty
- See Also:
-
getFilterId
Description copied from interface:CfnDashboard.NestedFilterProperty
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterId
in interfaceCfnDashboard.NestedFilterProperty
- See Also:
-
getIncludeInnerSet
Description copied from interface:CfnDashboard.NestedFilterProperty
A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.Default: - false
- Specified by:
getIncludeInnerSet
in interfaceCfnDashboard.NestedFilterProperty
- See Also:
-
getInnerFilter
Description copied from interface:CfnDashboard.NestedFilterProperty
TheInnerFilter
defines the subset of data to be used with theNestedFilter
.- Specified by:
getInnerFilter
in interfaceCfnDashboard.NestedFilterProperty
- 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()
-