Class CfnAnalysis.FilterSliderControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterSliderControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FilterSliderControlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FilterSliderControlProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FilterSliderControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FilterSliderControlProperty
An implementation for
CfnAnalysis.FilterSliderControlProperty-
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.FilterSliderControlProperty
CfnAnalysis.FilterSliderControlProperty.Builder, CfnAnalysis.FilterSliderControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.FilterSliderControlProperty.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 theFilterSliderControl.final NumberThe smaller value that is displayed at the left of the slider.final NumberThe larger value that is displayed at the right of the slider.final StringThe source filter ID of theFilterSliderControl.final NumberThe number of increments that the slider bar is divided into.final StringgetTitle()The title of theFilterSliderControl.final StringgetType()The type ofFilterSliderControl.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.FilterSliderControlProperty.Builder.
-
-
Method Details
-
getFilterControlId
Description copied from interface:CfnAnalysis.FilterSliderControlPropertyThe ID of theFilterSliderControl.- Specified by:
getFilterControlIdin interfaceCfnAnalysis.FilterSliderControlProperty
-
getMaximumValue
Description copied from interface:CfnAnalysis.FilterSliderControlPropertyThe smaller value that is displayed at the left of the slider.- Specified by:
getMaximumValuein interfaceCfnAnalysis.FilterSliderControlProperty
-
getMinimumValue
Description copied from interface:CfnAnalysis.FilterSliderControlPropertyThe larger value that is displayed at the right of the slider.- Specified by:
getMinimumValuein interfaceCfnAnalysis.FilterSliderControlProperty
-
getSourceFilterId
Description copied from interface:CfnAnalysis.FilterSliderControlPropertyThe source filter ID of theFilterSliderControl.- Specified by:
getSourceFilterIdin interfaceCfnAnalysis.FilterSliderControlProperty
-
getStepSize
Description copied from interface:CfnAnalysis.FilterSliderControlPropertyThe number of increments that the slider bar is divided into.- Specified by:
getStepSizein interfaceCfnAnalysis.FilterSliderControlProperty
-
getTitle
Description copied from interface:CfnAnalysis.FilterSliderControlPropertyThe title of theFilterSliderControl.- Specified by:
getTitlein interfaceCfnAnalysis.FilterSliderControlProperty
-
getDisplayOptions
Description copied from interface:CfnAnalysis.FilterSliderControlPropertyThe display options of a control.- Specified by:
getDisplayOptionsin interfaceCfnAnalysis.FilterSliderControlProperty
-
getType
Description copied from interface:CfnAnalysis.FilterSliderControlPropertyThe type ofFilterSliderControl. Choose one of the following options:.SINGLE_POINT: Filter against(equals) a single data point.RANGE: Filter data that is in a specified range.
- Specified by:
getTypein interfaceCfnAnalysis.FilterSliderControlProperty
-
$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()
-