Class CfnAnalysis.ReferenceLineLabelConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.ReferenceLineLabelConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.ReferenceLineLabelConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.ReferenceLineLabelConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.ReferenceLineLabelConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.ReferenceLineLabelConfigurationProperty
An implementation for
CfnAnalysis.ReferenceLineLabelConfigurationProperty
-
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.ReferenceLineLabelConfigurationProperty
CfnAnalysis.ReferenceLineLabelConfigurationProperty.Builder, CfnAnalysis.ReferenceLineLabelConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.ReferenceLineLabelConfigurationProperty.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 Object
The custom label configuration of the label in a reference line.final String
The font color configuration of the label in a reference line.final Object
The font configuration of the label in a reference line.final String
The horizontal position configuration of the label in a reference line.final Object
The value label configuration of the label in a reference line.final String
The vertical position configuration of the label in a reference line.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.ReferenceLineLabelConfigurationProperty.Builder
.
-
-
Method Details
-
getCustomLabelConfiguration
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationProperty
The custom label configuration of the label in a reference line.- Specified by:
getCustomLabelConfiguration
in interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty
-
getFontColor
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationProperty
The font color configuration of the label in a reference line.- Specified by:
getFontColor
in interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty
-
getFontConfiguration
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationProperty
The font configuration of the label in a reference line.- Specified by:
getFontConfiguration
in interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty
-
getHorizontalPosition
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationProperty
The horizontal position configuration of the label in a reference line. Choose one of the following options:.LEFT
CENTER
RIGHT
- Specified by:
getHorizontalPosition
in interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty
-
getValueLabelConfiguration
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationProperty
The value label configuration of the label in a reference line.- Specified by:
getValueLabelConfiguration
in interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty
-
getVerticalPosition
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationProperty
The vertical position configuration of the label in a reference line. Choose one of the following options:.ABOVE
BELOW
- Specified by:
getVerticalPosition
in interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty
-
$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()
-