Class CfnAnalysis.LineChartMarkerStyleSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.LineChartMarkerStyleSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.LineChartMarkerStyleSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.LineChartMarkerStyleSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.LineChartMarkerStyleSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.LineChartMarkerStyleSettingsProperty
An implementation for
CfnAnalysis.LineChartMarkerStyleSettingsProperty
-
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.LineChartMarkerStyleSettingsProperty
CfnAnalysis.LineChartMarkerStyleSettingsProperty.Builder, CfnAnalysis.LineChartMarkerStyleSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.LineChartMarkerStyleSettingsProperty.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
Color of marker in the series.final String
Shape option for markers in the series.final String
Size of marker in the series.final String
Configuration option that determines whether to show the markers in the series.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.LineChartMarkerStyleSettingsProperty.Builder
.
-
-
Method Details
-
getMarkerColor
Description copied from interface:CfnAnalysis.LineChartMarkerStyleSettingsProperty
Color of marker in the series.- Specified by:
getMarkerColor
in interfaceCfnAnalysis.LineChartMarkerStyleSettingsProperty
-
getMarkerShape
Description copied from interface:CfnAnalysis.LineChartMarkerStyleSettingsProperty
Shape option for markers in the series.CIRCLE
: Show marker as a circle.TRIANGLE
: Show marker as a triangle.SQUARE
: Show marker as a square.DIAMOND
: Show marker as a diamond.ROUNDED_SQUARE
: Show marker as a rounded square.
- Specified by:
getMarkerShape
in interfaceCfnAnalysis.LineChartMarkerStyleSettingsProperty
-
getMarkerSize
Description copied from interface:CfnAnalysis.LineChartMarkerStyleSettingsProperty
Size of marker in the series.- Specified by:
getMarkerSize
in interfaceCfnAnalysis.LineChartMarkerStyleSettingsProperty
-
getMarkerVisibility
Description copied from interface:CfnAnalysis.LineChartMarkerStyleSettingsProperty
Configuration option that determines whether to show the markers in the series.- Specified by:
getMarkerVisibility
in interfaceCfnAnalysis.LineChartMarkerStyleSettingsProperty
-
$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()
-