Class CfnTemplate.ParameterDropDownControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.ParameterDropDownControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.ParameterDropDownControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.ParameterDropDownControlProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.ParameterDropDownControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.ParameterDropDownControlProperty
An implementation for
CfnTemplate.ParameterDropDownControlProperty
-
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.CfnTemplate.ParameterDropDownControlProperty
CfnTemplate.ParameterDropDownControlProperty.Builder, CfnTemplate.ParameterDropDownControlProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.ParameterDropDownControlProperty.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 visibility configuration of the Apply button on aParameterDropDownControl
.final Object
The display options of a control.final String
The ID of theParameterDropDownControl
.final Object
A list of selectable values that are used in a control.final String
The source parameter name of theParameterDropDownControl
.final String
getTitle()
The title of theParameterDropDownControl
.final String
getType()
The type parameter name of theParameterDropDownControl
.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 theCfnTemplate.ParameterDropDownControlProperty.Builder
.
-
-
Method Details
-
getParameterControlId
Description copied from interface:CfnTemplate.ParameterDropDownControlProperty
The ID of theParameterDropDownControl
.- Specified by:
getParameterControlId
in interfaceCfnTemplate.ParameterDropDownControlProperty
- See Also:
-
getSourceParameterName
Description copied from interface:CfnTemplate.ParameterDropDownControlProperty
The source parameter name of theParameterDropDownControl
.- Specified by:
getSourceParameterName
in interfaceCfnTemplate.ParameterDropDownControlProperty
- See Also:
-
getTitle
Description copied from interface:CfnTemplate.ParameterDropDownControlProperty
The title of theParameterDropDownControl
.- Specified by:
getTitle
in interfaceCfnTemplate.ParameterDropDownControlProperty
- See Also:
-
getCascadingControlConfiguration
Description copied from interface:CfnTemplate.ParameterDropDownControlProperty
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 interfaceCfnTemplate.ParameterDropDownControlProperty
- See Also:
-
getCommitMode
Description copied from interface:CfnTemplate.ParameterDropDownControlProperty
The visibility configuration of the Apply button on aParameterDropDownControl
.- Specified by:
getCommitMode
in interfaceCfnTemplate.ParameterDropDownControlProperty
- See Also:
-
getDisplayOptions
Description copied from interface:CfnTemplate.ParameterDropDownControlProperty
The display options of a control.- Specified by:
getDisplayOptions
in interfaceCfnTemplate.ParameterDropDownControlProperty
- See Also:
-
getSelectableValues
Description copied from interface:CfnTemplate.ParameterDropDownControlProperty
A list of selectable values that are used in a control.- Specified by:
getSelectableValues
in interfaceCfnTemplate.ParameterDropDownControlProperty
- See Also:
-
getType
Description copied from interface:CfnTemplate.ParameterDropDownControlProperty
The type parameter name of theParameterDropDownControl
.- Specified by:
getType
in interfaceCfnTemplate.ParameterDropDownControlProperty
- 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()
-