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 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 theCfnAnalysis.ParameterDropDownControlProperty.Builder.
-
-
Method Details
-
getParameterControlId
Description copied from interface:CfnAnalysis.ParameterDropDownControlPropertyThe ID of theParameterDropDownControl.- Specified by:
getParameterControlIdin interfaceCfnAnalysis.ParameterDropDownControlProperty- See Also:
-
getSourceParameterName
Description copied from interface:CfnAnalysis.ParameterDropDownControlPropertyThe source parameter name of theParameterDropDownControl.- Specified by:
getSourceParameterNamein interfaceCfnAnalysis.ParameterDropDownControlProperty- See Also:
-
getTitle
Description copied from interface:CfnAnalysis.ParameterDropDownControlPropertyThe title of theParameterDropDownControl.- Specified by:
getTitlein interfaceCfnAnalysis.ParameterDropDownControlProperty- See Also:
-
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.Returns union: either
IResolvableorCfnAnalysis.CascadingControlConfigurationProperty- Specified by:
getCascadingControlConfigurationin interfaceCfnAnalysis.ParameterDropDownControlProperty- See Also:
-
getCommitMode
Description copied from interface:CfnAnalysis.ParameterDropDownControlPropertyThe visibility configuration of the Apply button on aParameterDropDownControl.- Specified by:
getCommitModein interfaceCfnAnalysis.ParameterDropDownControlProperty- See Also:
-
getDisplayOptions
Description copied from interface:CfnAnalysis.ParameterDropDownControlPropertyThe display options of a control.Returns union: either
IResolvableorCfnAnalysis.DropDownControlDisplayOptionsProperty- Specified by:
getDisplayOptionsin interfaceCfnAnalysis.ParameterDropDownControlProperty- See Also:
-
getSelectableValues
Description copied from interface:CfnAnalysis.ParameterDropDownControlPropertyA list of selectable values that are used in a control.Returns union: either
IResolvableorCfnAnalysis.ParameterSelectableValuesProperty- Specified by:
getSelectableValuesin interfaceCfnAnalysis.ParameterDropDownControlProperty- See Also:
-
getType
Description copied from interface:CfnAnalysis.ParameterDropDownControlPropertyThe type parameter name of theParameterDropDownControl.- Specified by:
getTypein interfaceCfnAnalysis.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()
-