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