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