Class CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty
An implementation for
CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty-
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.ChartAxisLabelOptionsProperty
CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty.Builder, CfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty.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 label options for a chart axis.final StringThe visibility configuration of the sort icon on a chart's axis label.final StringThe visibility of an axis label on a chart.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.ChartAxisLabelOptionsProperty.Builder.
-
-
Method Details
-
getAxisLabelOptions
Description copied from interface:CfnAnalysisPropsMixin.ChartAxisLabelOptionsPropertyThe label options for a chart axis.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysisPropsMixin.AxisLabelOptionsProperty>- Specified by:
getAxisLabelOptionsin interfaceCfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty- See Also:
-
getSortIconVisibility
Description copied from interface:CfnAnalysisPropsMixin.ChartAxisLabelOptionsPropertyThe visibility configuration of the sort icon on a chart's axis label.- Specified by:
getSortIconVisibilityin interfaceCfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty- See Also:
-
getVisibility
Description copied from interface:CfnAnalysisPropsMixin.ChartAxisLabelOptionsPropertyThe visibility of an axis label on a chart. Choose one of the following options:.VISIBLE: Shows the axis.HIDDEN: Hides the axis.
- Specified by:
getVisibilityin interfaceCfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty- 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()
-