Class CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.WaterfallChartGroupColorConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.WaterfallChartGroupColorConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.WaterfallChartGroupColorConfigurationProperty
An implementation for
CfnDashboard.WaterfallChartGroupColorConfigurationProperty-
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.CfnDashboard.WaterfallChartGroupColorConfigurationProperty
CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Builder, CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.WaterfallChartGroupColorConfigurationProperty.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 StringDefines the color for the negative bars of a waterfall chart.final StringDefines the color for the positive bars of a waterfall chart.final StringDefines the color for the total bars of a waterfall chart.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 theCfnDashboard.WaterfallChartGroupColorConfigurationProperty.Builder.
-
-
Method Details
-
getNegativeBarColor
Description copied from interface:CfnDashboard.WaterfallChartGroupColorConfigurationPropertyDefines the color for the negative bars of a waterfall chart.- Specified by:
getNegativeBarColorin interfaceCfnDashboard.WaterfallChartGroupColorConfigurationProperty- See Also:
-
getPositiveBarColor
Description copied from interface:CfnDashboard.WaterfallChartGroupColorConfigurationPropertyDefines the color for the positive bars of a waterfall chart.- Specified by:
getPositiveBarColorin interfaceCfnDashboard.WaterfallChartGroupColorConfigurationProperty- See Also:
-
getTotalBarColor
Description copied from interface:CfnDashboard.WaterfallChartGroupColorConfigurationPropertyDefines the color for the total bars of a waterfall chart.- Specified by:
getTotalBarColorin interfaceCfnDashboard.WaterfallChartGroupColorConfigurationProperty- 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()
-