Class CfnAnalysis.FilterListControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterListControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FilterListControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FilterListControlProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FilterListControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FilterListControlProperty
An implementation for
CfnAnalysis.FilterListControlProperty
-
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.FilterListControlProperty
CfnAnalysis.FilterListControlProperty.Builder, CfnAnalysis.FilterListControlProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.FilterListControlProperty.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 theFilterListControl
.final Object
A list of selectable values that are used in a control.final String
The source filter ID of theFilterListControl
.final String
getTitle()
The title of theFilterListControl
.final String
getType()
The type of theFilterListControl
.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.FilterListControlProperty.Builder
.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnAnalysis.FilterListControlProperty
The ID of theFilterListControl
.- Specified by:
getFilterControlId
in interfaceCfnAnalysis.FilterListControlProperty
- See Also:
-
getSourceFilterId
Description copied from interface:CfnAnalysis.FilterListControlProperty
The source filter ID of theFilterListControl
.- Specified by:
getSourceFilterId
in interfaceCfnAnalysis.FilterListControlProperty
- See Also:
-
getTitle
Description copied from interface:CfnAnalysis.FilterListControlProperty
The title of theFilterListControl
.- Specified by:
getTitle
in interfaceCfnAnalysis.FilterListControlProperty
- See Also:
-
getCascadingControlConfiguration
Description copied from interface:CfnAnalysis.FilterListControlProperty
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.FilterListControlProperty
- See Also:
-
getDisplayOptions
Description copied from interface:CfnAnalysis.FilterListControlProperty
The display options of a control.- Specified by:
getDisplayOptions
in interfaceCfnAnalysis.FilterListControlProperty
- See Also:
-
getSelectableValues
Description copied from interface:CfnAnalysis.FilterListControlProperty
A list of selectable values that are used in a control.- Specified by:
getSelectableValues
in interfaceCfnAnalysis.FilterListControlProperty
- See Also:
-
getType
Description copied from interface:CfnAnalysis.FilterListControlProperty
The type of theFilterListControl
. Choose one of the following options:.MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- Specified by:
getType
in interfaceCfnAnalysis.FilterListControlProperty
- 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()
-