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