Class CfnAnalysis.FilterDropDownControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterDropDownControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FilterDropDownControlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FilterDropDownControlProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FilterDropDownControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FilterDropDownControlProperty
An implementation for
CfnAnalysis.FilterDropDownControlProperty-
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.FilterDropDownControlProperty
CfnAnalysis.FilterDropDownControlProperty.Builder, CfnAnalysis.FilterDropDownControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.FilterDropDownControlProperty.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 aFilterDropDownControl.final ObjectThe display options of theFilterDropDownControl.final StringThe ID of theFilterDropDownControl.final ObjectA list of selectable values that are used in a control.final StringThe source filter ID of theFilterDropDownControl.final StringgetTitle()The title of theFilterDropDownControl.final StringgetType()The type of theFilterDropDownControl.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.FilterDropDownControlProperty.Builder.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnAnalysis.FilterDropDownControlPropertyThe ID of theFilterDropDownControl.- Specified by:
getFilterControlIdin interfaceCfnAnalysis.FilterDropDownControlProperty- See Also:
-
getSourceFilterId
Description copied from interface:CfnAnalysis.FilterDropDownControlPropertyThe source filter ID of theFilterDropDownControl.- Specified by:
getSourceFilterIdin interfaceCfnAnalysis.FilterDropDownControlProperty- See Also:
-
getTitle
Description copied from interface:CfnAnalysis.FilterDropDownControlPropertyThe title of theFilterDropDownControl.- Specified by:
getTitlein interfaceCfnAnalysis.FilterDropDownControlProperty- See Also:
-
getCascadingControlConfiguration
Description copied from interface:CfnAnalysis.FilterDropDownControlPropertyThe 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.FilterDropDownControlProperty- See Also:
-
getCommitMode
Description copied from interface:CfnAnalysis.FilterDropDownControlPropertyThe visibility configuration of the Apply button on aFilterDropDownControl.- Specified by:
getCommitModein interfaceCfnAnalysis.FilterDropDownControlProperty- See Also:
-
getDisplayOptions
Description copied from interface:CfnAnalysis.FilterDropDownControlPropertyThe display options of theFilterDropDownControl.- Specified by:
getDisplayOptionsin interfaceCfnAnalysis.FilterDropDownControlProperty- See Also:
-
getSelectableValues
Description copied from interface:CfnAnalysis.FilterDropDownControlPropertyA list of selectable values that are used in a control.- Specified by:
getSelectableValuesin interfaceCfnAnalysis.FilterDropDownControlProperty- See Also:
-
getType
Description copied from interface:CfnAnalysis.FilterDropDownControlPropertyThe type of theFilterDropDownControl. Choose one of the following options:.MULTI_SELECT: The user can select multiple entries from a dropdown menu.SINGLE_SELECT: The user can select a single entry from a dropdown menu.
- Specified by:
getTypein interfaceCfnAnalysis.FilterDropDownControlProperty- 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()
-