Class CfnTemplate.ReferenceLineDataConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.ReferenceLineDataConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnTemplate.ReferenceLineDataConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTemplate.ReferenceLineDataConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.ReferenceLineDataConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.ReferenceLineDataConfigurationProperty
An implementation for 
CfnTemplate.ReferenceLineDataConfigurationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.ReferenceLineDataConfigurationPropertyCfnTemplate.ReferenceLineDataConfigurationProperty.Builder, CfnTemplate.ReferenceLineDataConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.ReferenceLineDataConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe axis binding type of the reference line.final ObjectThe dynamic configuration of the reference line data configuration.final StringThe series type of the reference line data configuration.final ObjectThe static data configuration of the reference line data configuration.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnTemplate.ReferenceLineDataConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getAxisBindingDescription copied from interface:CfnTemplate.ReferenceLineDataConfigurationPropertyThe axis binding type of the reference line. Choose one of the following options:.- PrimaryY
- SecondaryY
 - Specified by:
- getAxisBindingin interface- CfnTemplate.ReferenceLineDataConfigurationProperty
- See Also:
 
- 
getDynamicConfigurationDescription copied from interface:CfnTemplate.ReferenceLineDataConfigurationPropertyThe dynamic configuration of the reference line data configuration.Returns union: either IResolvableorCfnTemplate.ReferenceLineDynamicDataConfigurationProperty- Specified by:
- getDynamicConfigurationin interface- CfnTemplate.ReferenceLineDataConfigurationProperty
- See Also:
 
- 
getSeriesTypeDescription copied from interface:CfnTemplate.ReferenceLineDataConfigurationPropertyThe series type of the reference line data configuration. Choose one of the following options:.- BAR
- LINE
 - Specified by:
- getSeriesTypein interface- CfnTemplate.ReferenceLineDataConfigurationProperty
- See Also:
 
- 
getStaticConfigurationDescription copied from interface:CfnTemplate.ReferenceLineDataConfigurationPropertyThe static data configuration of the reference line data configuration.Returns union: either IResolvableorCfnTemplate.ReferenceLineStaticDataConfigurationProperty- Specified by:
- getStaticConfigurationin interface- CfnTemplate.ReferenceLineDataConfigurationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-