Class CfnTemplate.ParameterSliderControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.ParameterSliderControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.ParameterSliderControlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTemplate.ParameterSliderControlProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.ParameterSliderControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.ParameterSliderControlProperty
An implementation for
CfnTemplate.ParameterSliderControlProperty-
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.CfnTemplate.ParameterSliderControlProperty
CfnTemplate.ParameterSliderControlProperty.Builder, CfnTemplate.ParameterSliderControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.ParameterSliderControlProperty.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 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 ID of theParameterSliderControl.final StringThe source parameter name of theParameterSliderControl.final NumberThe number of increments that the slider bar is divided into.final StringgetTitle()The title of theParameterSliderControl.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 theCfnTemplate.ParameterSliderControlProperty.Builder.
-
-
Method Details
-
getMaximumValue
Description copied from interface:CfnTemplate.ParameterSliderControlPropertyThe smaller value that is displayed at the left of the slider.- Specified by:
getMaximumValuein interfaceCfnTemplate.ParameterSliderControlProperty
-
getMinimumValue
Description copied from interface:CfnTemplate.ParameterSliderControlPropertyThe larger value that is displayed at the right of the slider.- Specified by:
getMinimumValuein interfaceCfnTemplate.ParameterSliderControlProperty
-
getParameterControlId
Description copied from interface:CfnTemplate.ParameterSliderControlPropertyThe ID of theParameterSliderControl.- Specified by:
getParameterControlIdin interfaceCfnTemplate.ParameterSliderControlProperty
-
getSourceParameterName
Description copied from interface:CfnTemplate.ParameterSliderControlPropertyThe source parameter name of theParameterSliderControl.- Specified by:
getSourceParameterNamein interfaceCfnTemplate.ParameterSliderControlProperty
-
getStepSize
Description copied from interface:CfnTemplate.ParameterSliderControlPropertyThe number of increments that the slider bar is divided into.- Specified by:
getStepSizein interfaceCfnTemplate.ParameterSliderControlProperty
-
getTitle
Description copied from interface:CfnTemplate.ParameterSliderControlPropertyThe title of theParameterSliderControl.- Specified by:
getTitlein interfaceCfnTemplate.ParameterSliderControlProperty
-
getDisplayOptions
Description copied from interface:CfnTemplate.ParameterSliderControlPropertyThe display options of a control.- Specified by:
getDisplayOptionsin interfaceCfnTemplate.ParameterSliderControlProperty
-
$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()
-