Class CfnAnalysis.DefaultFilterControlOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.DefaultFilterControlOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.DefaultFilterControlOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.DefaultFilterControlOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.DefaultFilterControlOptionsProperty
An implementation for
CfnAnalysis.DefaultFilterControlOptionsProperty
-
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.DefaultFilterControlOptionsProperty
CfnAnalysis.DefaultFilterControlOptionsProperty.Builder, CfnAnalysis.DefaultFilterControlOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.DefaultFilterControlOptionsProperty.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 default options that correspond to the filter control type of aDateTimePicker
.final Object
The default options that correspond to theDropdown
filter control type.final Object
The default options that correspond to theList
filter control type.final Object
The default options that correspond to theRelativeDateTime
filter control type.final Object
The default options that correspond to theSlider
filter control type.final Object
The default options that correspond to theTextArea
filter control type.final Object
The default options that correspond to theTextField
filter control type.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.DefaultFilterControlOptionsProperty.Builder
.
-
-
Method Details
-
getDefaultDateTimePickerOptions
Description copied from interface:CfnAnalysis.DefaultFilterControlOptionsProperty
The default options that correspond to the filter control type of aDateTimePicker
.- Specified by:
getDefaultDateTimePickerOptions
in interfaceCfnAnalysis.DefaultFilterControlOptionsProperty
- See Also:
-
getDefaultDropdownOptions
Description copied from interface:CfnAnalysis.DefaultFilterControlOptionsProperty
The default options that correspond to theDropdown
filter control type.- Specified by:
getDefaultDropdownOptions
in interfaceCfnAnalysis.DefaultFilterControlOptionsProperty
- See Also:
-
getDefaultListOptions
Description copied from interface:CfnAnalysis.DefaultFilterControlOptionsProperty
The default options that correspond to theList
filter control type.- Specified by:
getDefaultListOptions
in interfaceCfnAnalysis.DefaultFilterControlOptionsProperty
- See Also:
-
getDefaultRelativeDateTimeOptions
Description copied from interface:CfnAnalysis.DefaultFilterControlOptionsProperty
The default options that correspond to theRelativeDateTime
filter control type.- Specified by:
getDefaultRelativeDateTimeOptions
in interfaceCfnAnalysis.DefaultFilterControlOptionsProperty
- See Also:
-
getDefaultSliderOptions
Description copied from interface:CfnAnalysis.DefaultFilterControlOptionsProperty
The default options that correspond to theSlider
filter control type.- Specified by:
getDefaultSliderOptions
in interfaceCfnAnalysis.DefaultFilterControlOptionsProperty
- See Also:
-
getDefaultTextAreaOptions
Description copied from interface:CfnAnalysis.DefaultFilterControlOptionsProperty
The default options that correspond to theTextArea
filter control type.- Specified by:
getDefaultTextAreaOptions
in interfaceCfnAnalysis.DefaultFilterControlOptionsProperty
- See Also:
-
getDefaultTextFieldOptions
Description copied from interface:CfnAnalysis.DefaultFilterControlOptionsProperty
The default options that correspond to theTextField
filter control type.- Specified by:
getDefaultTextFieldOptions
in interfaceCfnAnalysis.DefaultFilterControlOptionsProperty
- 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()
-