Class CfnDashboard.CategoryFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.CategoryFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.CategoryFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.CategoryFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.CategoryFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.CategoryFilterProperty
An implementation for
CfnDashboard.CategoryFilterProperty
-
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.CategoryFilterProperty
CfnDashboard.CategoryFilterProperty.Builder, CfnDashboard.CategoryFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.CategoryFilterProperty.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 Object
The configuration for aCategoryFilter
.final Object
The default configurations for the associated controls.final String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.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.CategoryFilterProperty.Builder
.
-
-
Method Details
-
getColumn
Description copied from interface:CfnDashboard.CategoryFilterProperty
The column that the filter is applied to.- Specified by:
getColumn
in interfaceCfnDashboard.CategoryFilterProperty
- See Also:
-
getConfiguration
Description copied from interface:CfnDashboard.CategoryFilterProperty
The configuration for aCategoryFilter
.- Specified by:
getConfiguration
in interfaceCfnDashboard.CategoryFilterProperty
- See Also:
-
getFilterId
Description copied from interface:CfnDashboard.CategoryFilterProperty
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterId
in interfaceCfnDashboard.CategoryFilterProperty
- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnDashboard.CategoryFilterProperty
The default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfiguration
in interfaceCfnDashboard.CategoryFilterProperty
- 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()
-