Class CfnAnalysisPropsMixin.GaugeChartOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GaugeChartOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.GaugeChartOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.GaugeChartOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.GaugeChartOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.GaugeChartOptionsProperty
An implementation for
CfnAnalysisPropsMixin.GaugeChartOptionsProperty-
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.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GaugeChartOptionsProperty
CfnAnalysisPropsMixin.GaugeChartOptionsProperty.Builder, CfnAnalysisPropsMixin.GaugeChartOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.GaugeChartOptionsProperty.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 ObjectgetArc()The arc configuration of aGaugeChartVisual.final ObjectThe arc axis configuration of aGaugeChartVisual.final ObjectThe comparison configuration of aGaugeChartVisual.final StringThe options that determine the primary value display type.final ObjectThe options that determine the primary value font configuration.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 theCfnAnalysisPropsMixin.GaugeChartOptionsProperty.Builder.
-
-
Method Details
-
getArc
Description copied from interface:CfnAnalysisPropsMixin.GaugeChartOptionsPropertyThe arc configuration of aGaugeChartVisual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.ArcConfigurationProperty- Specified by:
getArcin interfaceCfnAnalysisPropsMixin.GaugeChartOptionsProperty- See Also:
-
getArcAxis
Description copied from interface:CfnAnalysisPropsMixin.GaugeChartOptionsPropertyThe arc axis configuration of aGaugeChartVisual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.ArcAxisConfigurationProperty- Specified by:
getArcAxisin interfaceCfnAnalysisPropsMixin.GaugeChartOptionsProperty- See Also:
-
getComparison
Description copied from interface:CfnAnalysisPropsMixin.GaugeChartOptionsPropertyThe comparison configuration of aGaugeChartVisual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.ComparisonConfigurationProperty- Specified by:
getComparisonin interfaceCfnAnalysisPropsMixin.GaugeChartOptionsProperty- See Also:
-
getPrimaryValueDisplayType
Description copied from interface:CfnAnalysisPropsMixin.GaugeChartOptionsPropertyThe options that determine the primary value display type.- Specified by:
getPrimaryValueDisplayTypein interfaceCfnAnalysisPropsMixin.GaugeChartOptionsProperty- See Also:
-
getPrimaryValueFontConfiguration
Description copied from interface:CfnAnalysisPropsMixin.GaugeChartOptionsPropertyThe options that determine the primary value font configuration.Returns union: either
IResolvableorCfnAnalysisPropsMixin.FontConfigurationProperty- Specified by:
getPrimaryValueFontConfigurationin interfaceCfnAnalysisPropsMixin.GaugeChartOptionsProperty- 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()
-