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