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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.ReferenceLineLabelConfigurationProperty
CfnAnalysis.ReferenceLineLabelConfigurationProperty.Builder, CfnAnalysis.ReferenceLineLabelConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.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 theCfnAnalysis.ReferenceLineLabelConfigurationProperty.Builder.
-
-
Method Details
-
getCustomLabelConfiguration
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationPropertyThe custom label configuration of the label in a reference line.Returns union: either
IResolvableorCfnAnalysis.ReferenceLineCustomLabelConfigurationProperty- Specified by:
getCustomLabelConfigurationin interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty- See Also:
-
getFontColor
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationPropertyThe font color configuration of the label in a reference line.- Specified by:
getFontColorin interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty- See Also:
-
getFontConfiguration
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationPropertyThe font configuration of the label in a reference line.Returns union: either
IResolvableorCfnAnalysis.FontConfigurationProperty- Specified by:
getFontConfigurationin interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty- See Also:
-
getHorizontalPosition
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationPropertyThe horizontal position configuration of the label in a reference line. Choose one of the following options:.LEFTCENTERRIGHT
- Specified by:
getHorizontalPositionin interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty- See Also:
-
getValueLabelConfiguration
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationPropertyThe value label configuration of the label in a reference line.Returns union: either
IResolvableorCfnAnalysis.ReferenceLineValueLabelConfigurationProperty- Specified by:
getValueLabelConfigurationin interfaceCfnAnalysis.ReferenceLineLabelConfigurationProperty- See Also:
-
getVerticalPosition
Description copied from interface:CfnAnalysis.ReferenceLineLabelConfigurationPropertyThe vertical position configuration of the label in a reference line. Choose one of the following options:.ABOVEBELOW
- Specified by:
getVerticalPositionin interfaceCfnAnalysis.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()
-