Class CfnDashboard.ParameterDropDownControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.ParameterDropDownControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.ParameterDropDownControlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.ParameterDropDownControlProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.ParameterDropDownControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.ParameterDropDownControlProperty
An implementation for
CfnDashboard.ParameterDropDownControlProperty-
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.ParameterDropDownControlProperty
CfnDashboard.ParameterDropDownControlProperty.Builder, CfnDashboard.ParameterDropDownControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.ParameterDropDownControlProperty.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 visibility configuration of the Apply button on aParameterDropDownControl.final ObjectThe display options of a control.final StringThe ID of theParameterDropDownControl.final ObjectA list of selectable values that are used in a control.final StringThe source parameter name of theParameterDropDownControl.final StringgetTitle()The title of theParameterDropDownControl.final StringgetType()The type parameter name of theParameterDropDownControl.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.ParameterDropDownControlProperty.Builder.
-
-
Method Details
-
getParameterControlId
Description copied from interface:CfnDashboard.ParameterDropDownControlPropertyThe ID of theParameterDropDownControl.- Specified by:
getParameterControlIdin interfaceCfnDashboard.ParameterDropDownControlProperty- See Also:
-
getSourceParameterName
Description copied from interface:CfnDashboard.ParameterDropDownControlPropertyThe source parameter name of theParameterDropDownControl.- Specified by:
getSourceParameterNamein interfaceCfnDashboard.ParameterDropDownControlProperty- See Also:
-
getTitle
Description copied from interface:CfnDashboard.ParameterDropDownControlPropertyThe title of theParameterDropDownControl.- Specified by:
getTitlein interfaceCfnDashboard.ParameterDropDownControlProperty- See Also:
-
getCascadingControlConfiguration
Description copied from interface:CfnDashboard.ParameterDropDownControlPropertyThe 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.Returns union: either
IResolvableorCfnDashboard.CascadingControlConfigurationProperty- Specified by:
getCascadingControlConfigurationin interfaceCfnDashboard.ParameterDropDownControlProperty- See Also:
-
getCommitMode
Description copied from interface:CfnDashboard.ParameterDropDownControlPropertyThe visibility configuration of the Apply button on aParameterDropDownControl.- Specified by:
getCommitModein interfaceCfnDashboard.ParameterDropDownControlProperty- See Also:
-
getDisplayOptions
Description copied from interface:CfnDashboard.ParameterDropDownControlPropertyThe display options of a control.Returns union: either
IResolvableorCfnDashboard.DropDownControlDisplayOptionsProperty- Specified by:
getDisplayOptionsin interfaceCfnDashboard.ParameterDropDownControlProperty- See Also:
-
getSelectableValues
Description copied from interface:CfnDashboard.ParameterDropDownControlPropertyA list of selectable values that are used in a control.Returns union: either
IResolvableorCfnDashboard.ParameterSelectableValuesProperty- Specified by:
getSelectableValuesin interfaceCfnDashboard.ParameterDropDownControlProperty- See Also:
-
getType
Description copied from interface:CfnDashboard.ParameterDropDownControlPropertyThe type parameter name of theParameterDropDownControl.- Specified by:
getTypein interfaceCfnDashboard.ParameterDropDownControlProperty- 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()
-