Class CfnDashboard.FilterCrossSheetControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterCrossSheetControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FilterCrossSheetControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FilterCrossSheetControlProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FilterCrossSheetControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FilterCrossSheetControlProperty
An implementation for
CfnDashboard.FilterCrossSheetControlProperty
-
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.FilterCrossSheetControlProperty
CfnDashboard.FilterCrossSheetControlProperty.Builder, CfnDashboard.FilterCrossSheetControlProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.FilterCrossSheetControlProperty.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 values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.final String
The ID of theFilterCrossSheetControl
.final String
The source filter ID of theFilterCrossSheetControl
.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.FilterCrossSheetControlProperty.Builder
.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnDashboard.FilterCrossSheetControlProperty
The ID of theFilterCrossSheetControl
.- Specified by:
getFilterControlId
in interfaceCfnDashboard.FilterCrossSheetControlProperty
- See Also:
-
getSourceFilterId
Description copied from interface:CfnDashboard.FilterCrossSheetControlProperty
The source filter ID of theFilterCrossSheetControl
.- Specified by:
getSourceFilterId
in interfaceCfnDashboard.FilterCrossSheetControlProperty
- See Also:
-
getCascadingControlConfiguration
Description copied from interface:CfnDashboard.FilterCrossSheetControlProperty
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.- Specified by:
getCascadingControlConfiguration
in interfaceCfnDashboard.FilterCrossSheetControlProperty
- 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()
-