Class CfnDashboard.ReferenceLineLabelConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.ReferenceLineLabelConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.ReferenceLineLabelConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.ReferenceLineLabelConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.ReferenceLineLabelConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.ReferenceLineLabelConfigurationProperty
An implementation for
CfnDashboard.ReferenceLineLabelConfigurationProperty-
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.ReferenceLineLabelConfigurationProperty
CfnDashboard.ReferenceLineLabelConfigurationProperty.Builder, CfnDashboard.ReferenceLineLabelConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.ReferenceLineLabelConfigurationProperty.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 ObjectThe custom label configuration of the label in a reference line.final StringThe font color configuration of the label in a reference line.final ObjectThe font configuration of the label in a reference line.final StringThe horizontal position configuration of the label in a reference line.final ObjectThe value label configuration of the label in a reference line.final StringThe vertical position configuration of the label in a reference line.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.ReferenceLineLabelConfigurationProperty.Builder.
-
-
Method Details
-
getCustomLabelConfiguration
Description copied from interface:CfnDashboard.ReferenceLineLabelConfigurationPropertyThe custom label configuration of the label in a reference line.Returns union: either
IResolvableorCfnDashboard.ReferenceLineCustomLabelConfigurationProperty- Specified by:
getCustomLabelConfigurationin interfaceCfnDashboard.ReferenceLineLabelConfigurationProperty- See Also:
-
getFontColor
Description copied from interface:CfnDashboard.ReferenceLineLabelConfigurationPropertyThe font color configuration of the label in a reference line.- Specified by:
getFontColorin interfaceCfnDashboard.ReferenceLineLabelConfigurationProperty- See Also:
-
getFontConfiguration
Description copied from interface:CfnDashboard.ReferenceLineLabelConfigurationPropertyThe font configuration of the label in a reference line.Returns union: either
IResolvableorCfnDashboard.FontConfigurationProperty- Specified by:
getFontConfigurationin interfaceCfnDashboard.ReferenceLineLabelConfigurationProperty- See Also:
-
getHorizontalPosition
Description copied from interface:CfnDashboard.ReferenceLineLabelConfigurationPropertyThe horizontal position configuration of the label in a reference line. Choose one of the following options:.LEFTCENTERRIGHT
- Specified by:
getHorizontalPositionin interfaceCfnDashboard.ReferenceLineLabelConfigurationProperty- See Also:
-
getValueLabelConfiguration
Description copied from interface:CfnDashboard.ReferenceLineLabelConfigurationPropertyThe value label configuration of the label in a reference line.Returns union: either
IResolvableorCfnDashboard.ReferenceLineValueLabelConfigurationProperty- Specified by:
getValueLabelConfigurationin interfaceCfnDashboard.ReferenceLineLabelConfigurationProperty- See Also:
-
getVerticalPosition
Description copied from interface:CfnDashboard.ReferenceLineLabelConfigurationPropertyThe vertical position configuration of the label in a reference line. Choose one of the following options:.ABOVEBELOW
- Specified by:
getVerticalPositionin interfaceCfnDashboard.ReferenceLineLabelConfigurationProperty- 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()
-