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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.FilterCrossSheetControlProperty
CfnDashboard.FilterCrossSheetControlProperty.Builder, CfnDashboard.FilterCrossSheetControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FilterCrossSheetControlProperty.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 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 StringThe ID of theFilterCrossSheetControl.final StringThe source filter ID of theFilterCrossSheetControl.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.FilterCrossSheetControlProperty.Builder.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnDashboard.FilterCrossSheetControlPropertyThe ID of theFilterCrossSheetControl.- Specified by:
getFilterControlIdin interfaceCfnDashboard.FilterCrossSheetControlProperty- See Also:
-
getSourceFilterId
Description copied from interface:CfnDashboard.FilterCrossSheetControlPropertyThe source filter ID of theFilterCrossSheetControl.- Specified by:
getSourceFilterIdin interfaceCfnDashboard.FilterCrossSheetControlProperty- See Also:
-
getCascadingControlConfiguration
Description copied from interface:CfnDashboard.FilterCrossSheetControlPropertyThe 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:
getCascadingControlConfigurationin interfaceCfnDashboard.FilterCrossSheetControlProperty- 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()
-