Class CfnDashboard.FilterDateTimePickerControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterDateTimePickerControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FilterDateTimePickerControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FilterDateTimePickerControlProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FilterDateTimePickerControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FilterDateTimePickerControlProperty
An implementation for
CfnDashboard.FilterDateTimePickerControlProperty
-
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.CfnDashboard.FilterDateTimePickerControlProperty
CfnDashboard.FilterDateTimePickerControlProperty.Builder, CfnDashboard.FilterDateTimePickerControlProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.FilterDateTimePickerControlProperty.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 String
The visibility configurationof the Apply button on aDateTimePickerControl
.final Object
The display options of a control.final String
The ID of theFilterDateTimePickerControl
.final String
The source filter ID of theFilterDateTimePickerControl
.final String
getTitle()
The title of theFilterDateTimePickerControl
.final String
getType()
The type of theFilterDropDownControl
.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 theCfnDashboard.FilterDateTimePickerControlProperty.Builder
.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnDashboard.FilterDateTimePickerControlProperty
The ID of theFilterDateTimePickerControl
.- Specified by:
getFilterControlId
in interfaceCfnDashboard.FilterDateTimePickerControlProperty
- See Also:
-
getSourceFilterId
Description copied from interface:CfnDashboard.FilterDateTimePickerControlProperty
The source filter ID of theFilterDateTimePickerControl
.- Specified by:
getSourceFilterId
in interfaceCfnDashboard.FilterDateTimePickerControlProperty
- See Also:
-
getTitle
Description copied from interface:CfnDashboard.FilterDateTimePickerControlProperty
The title of theFilterDateTimePickerControl
.- Specified by:
getTitle
in interfaceCfnDashboard.FilterDateTimePickerControlProperty
- See Also:
-
getCommitMode
Description copied from interface:CfnDashboard.FilterDateTimePickerControlProperty
The visibility configurationof the Apply button on aDateTimePickerControl
.- Specified by:
getCommitMode
in interfaceCfnDashboard.FilterDateTimePickerControlProperty
- See Also:
-
getDisplayOptions
Description copied from interface:CfnDashboard.FilterDateTimePickerControlProperty
The display options of a control.- Specified by:
getDisplayOptions
in interfaceCfnDashboard.FilterDateTimePickerControlProperty
- See Also:
-
getType
Description copied from interface:CfnDashboard.FilterDateTimePickerControlProperty
The 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:
getType
in interfaceCfnDashboard.FilterDateTimePickerControlProperty
- 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()
-