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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.FilterDateTimePickerControlProperty
CfnDashboard.FilterDateTimePickerControlProperty.Builder, CfnDashboard.FilterDateTimePickerControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FilterDateTimePickerControlProperty.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 display options of a control.final StringThe ID of theFilterDateTimePickerControl.final StringThe source filter ID of theFilterDateTimePickerControl.final StringgetTitle()The title of theFilterDateTimePickerControl.final StringgetType()The date time picker type of aFilterDateTimePickerControl.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 theCfnDashboard.FilterDateTimePickerControlProperty.Builder.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnDashboard.FilterDateTimePickerControlPropertyThe ID of theFilterDateTimePickerControl.- Specified by:
getFilterControlIdin interfaceCfnDashboard.FilterDateTimePickerControlProperty
-
getSourceFilterId
Description copied from interface:CfnDashboard.FilterDateTimePickerControlPropertyThe source filter ID of theFilterDateTimePickerControl.- Specified by:
getSourceFilterIdin interfaceCfnDashboard.FilterDateTimePickerControlProperty
-
getTitle
Description copied from interface:CfnDashboard.FilterDateTimePickerControlPropertyThe title of theFilterDateTimePickerControl.- Specified by:
getTitlein interfaceCfnDashboard.FilterDateTimePickerControlProperty
-
getDisplayOptions
Description copied from interface:CfnDashboard.FilterDateTimePickerControlPropertyThe display options of a control.- Specified by:
getDisplayOptionsin interfaceCfnDashboard.FilterDateTimePickerControlProperty
-
getType
Description copied from interface:CfnDashboard.FilterDateTimePickerControlPropertyThe date time picker type of aFilterDateTimePickerControl. Choose one of the following options:.SINGLE_VALUED: The filter condition is a fixed date.DATE_RANGE: The filter condition is a date time range.
- Specified by:
getTypein interfaceCfnDashboard.FilterDateTimePickerControlProperty
-
$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()
-