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