Class CfnAnalysis.KPISparklineOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.KPISparklineOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.KPISparklineOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.KPISparklineOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.KPISparklineOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.KPISparklineOptionsProperty
An implementation for
CfnAnalysis.KPISparklineOptionsProperty
-
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.KPISparklineOptionsProperty
CfnAnalysis.KPISparklineOptionsProperty.Builder, CfnAnalysis.KPISparklineOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.KPISparklineOptionsProperty.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 String
getColor()
The color of the sparkline.final String
The tooltip visibility of the sparkline.final String
getType()
The type of the sparkline.final String
The visibility of the sparkline.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.KPISparklineOptionsProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnAnalysis.KPISparklineOptionsProperty
The type of the sparkline.- Specified by:
getType
in interfaceCfnAnalysis.KPISparklineOptionsProperty
- See Also:
-
getColor
Description copied from interface:CfnAnalysis.KPISparklineOptionsProperty
The color of the sparkline.- Specified by:
getColor
in interfaceCfnAnalysis.KPISparklineOptionsProperty
- See Also:
-
getTooltipVisibility
Description copied from interface:CfnAnalysis.KPISparklineOptionsProperty
The tooltip visibility of the sparkline.- Specified by:
getTooltipVisibility
in interfaceCfnAnalysis.KPISparklineOptionsProperty
- See Also:
-
getVisibility
Description copied from interface:CfnAnalysis.KPISparklineOptionsProperty
The visibility of the sparkline.- Specified by:
getVisibility
in interfaceCfnAnalysis.KPISparklineOptionsProperty
- 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()
-