Class CfnAnalysis.ChartAxisLabelOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.ChartAxisLabelOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.ChartAxisLabelOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.ChartAxisLabelOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.ChartAxisLabelOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.ChartAxisLabelOptionsProperty
An implementation for
CfnAnalysis.ChartAxisLabelOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.ChartAxisLabelOptionsProperty
CfnAnalysis.ChartAxisLabelOptionsProperty.Builder, CfnAnalysis.ChartAxisLabelOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.ChartAxisLabelOptionsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The label options for a chart axis.final String
The visibility configuration of the sort icon on a chart's axis label.final String
The visibility of an axis label on a chart.final int
hashCode()
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.ChartAxisLabelOptionsProperty.Builder
.
-
-
Method Details
-
getAxisLabelOptions
Description copied from interface:CfnAnalysis.ChartAxisLabelOptionsProperty
The label options for a chart axis.- Specified by:
getAxisLabelOptions
in interfaceCfnAnalysis.ChartAxisLabelOptionsProperty
- See Also:
-
getSortIconVisibility
Description copied from interface:CfnAnalysis.ChartAxisLabelOptionsProperty
The visibility configuration of the sort icon on a chart's axis label.- Specified by:
getSortIconVisibility
in interfaceCfnAnalysis.ChartAxisLabelOptionsProperty
- See Also:
-
getVisibility
Description copied from interface:CfnAnalysis.ChartAxisLabelOptionsProperty
The visibility of an axis label on a chart. Choose one of the following options:.VISIBLE
: Shows the axis.HIDDEN
: Hides the axis.
- Specified by:
getVisibility
in interfaceCfnAnalysis.ChartAxisLabelOptionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-