Class CfnTemplate.FilterListControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.FilterListControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.FilterListControlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.FilterListControlProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.FilterListControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.FilterListControlProperty
An implementation for
CfnTemplate.FilterListControlProperty-
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.CfnTemplate.FilterListControlProperty
CfnTemplate.FilterListControlProperty.Builder, CfnTemplate.FilterListControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.FilterListControlProperty.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 theFilterListControl.final ObjectA list of selectable values that are used in a control.final StringThe source filter ID of theFilterListControl.final StringgetTitle()The title of theFilterListControl.final StringgetType()The type of theFilterListControl.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 theCfnTemplate.FilterListControlProperty.Builder.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnTemplate.FilterListControlPropertyThe ID of theFilterListControl.- Specified by:
getFilterControlIdin interfaceCfnTemplate.FilterListControlProperty- See Also:
-
getSourceFilterId
Description copied from interface:CfnTemplate.FilterListControlPropertyThe source filter ID of theFilterListControl.- Specified by:
getSourceFilterIdin interfaceCfnTemplate.FilterListControlProperty- See Also:
-
getTitle
Description copied from interface:CfnTemplate.FilterListControlPropertyThe title of theFilterListControl.- Specified by:
getTitlein interfaceCfnTemplate.FilterListControlProperty- See Also:
-
getCascadingControlConfiguration
Description copied from interface:CfnTemplate.FilterListControlPropertyThe 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 interfaceCfnTemplate.FilterListControlProperty- See Also:
-
getDisplayOptions
Description copied from interface:CfnTemplate.FilterListControlPropertyThe display options of a control.- Specified by:
getDisplayOptionsin interfaceCfnTemplate.FilterListControlProperty- See Also:
-
getSelectableValues
Description copied from interface:CfnTemplate.FilterListControlPropertyA list of selectable values that are used in a control.- Specified by:
getSelectableValuesin interfaceCfnTemplate.FilterListControlProperty- See Also:
-
getType
Description copied from interface:CfnTemplate.FilterListControlPropertyThe 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:
getTypein interfaceCfnTemplate.FilterListControlProperty- 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()
-