Class CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty
An implementation for
CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty-
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.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty
CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty.Builder, CfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty.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 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.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 theCfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty.Builder.
-
-
Method Details
-
getAxisBinding
Description copied from interface:CfnAnalysisPropsMixin.ReferenceLineDataConfigurationPropertyThe axis binding type of the reference line. Choose one of the following options:.PrimaryYSecondaryY
- Specified by:
getAxisBindingin interfaceCfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty- See Also:
-
getDynamicConfiguration
Description copied from interface:CfnAnalysisPropsMixin.ReferenceLineDataConfigurationPropertyThe dynamic configuration of the reference line data configuration.Returns union: either
IResolvableorCfnAnalysisPropsMixin.ReferenceLineDynamicDataConfigurationProperty- Specified by:
getDynamicConfigurationin interfaceCfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty- See Also:
-
getSeriesType
Description copied from interface:CfnAnalysisPropsMixin.ReferenceLineDataConfigurationPropertyThe series type of the reference line data configuration. Choose one of the following options:.BARLINE
- Specified by:
getSeriesTypein interfaceCfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty- See Also:
-
getStaticConfiguration
Description copied from interface:CfnAnalysisPropsMixin.ReferenceLineDataConfigurationPropertyThe static data configuration of the reference line data configuration.Returns union: either
IResolvableorCfnAnalysisPropsMixin.ReferenceLineStaticDataConfigurationProperty- Specified by:
getStaticConfigurationin interfaceCfnAnalysisPropsMixin.ReferenceLineDataConfigurationProperty- 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()
-