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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.CategoryFilterProperty
CfnDashboard.CategoryFilterProperty.Builder, CfnDashboard.CategoryFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.CategoryFilterProperty.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 booleanfinal ObjectThe column that the filter is applied to.final ObjectThe configuration for aCategoryFilter.final ObjectThe default configurations for the associated controls.final StringAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.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.CategoryFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnDashboard.CategoryFilterPropertyThe column that the filter is applied to.Returns union: either
IResolvableorCfnDashboard.ColumnIdentifierProperty- Specified by:
getColumnin interfaceCfnDashboard.CategoryFilterProperty- See Also:
-
getConfiguration
Description copied from interface:CfnDashboard.CategoryFilterPropertyThe configuration for aCategoryFilter.Returns union: either
IResolvableorCfnDashboard.CategoryFilterConfigurationProperty- Specified by:
getConfigurationin interfaceCfnDashboard.CategoryFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnDashboard.CategoryFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnDashboard.CategoryFilterProperty- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnDashboard.CategoryFilterPropertyThe default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
Returns union: either
IResolvableorCfnDashboard.DefaultFilterControlConfigurationProperty- Specified by:
getDefaultFilterControlConfigurationin interfaceCfnDashboard.CategoryFilterProperty- 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()
-