Class CfnDashboard.TableVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.TableVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.TableVisualProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.TableVisualProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.TableVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.TableVisualProperty
An implementation for
CfnDashboard.TableVisualProperty
-
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.CfnDashboard.TableVisualProperty
CfnDashboard.TableVisualProperty.Builder, CfnDashboard.TableVisualProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.TableVisualProperty.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 list of custom actions that are configured for a visual.final Object
The configuration settings of the visual.final Object
The conditional formatting for aPivotTableVisual
.final Object
The subtitle that is displayed on the visual.final Object
getTitle()
The title that is displayed on the visual.final String
The unique identifier of a visual.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 theCfnDashboard.TableVisualProperty.Builder
.
-
-
Method Details
-
getVisualId
Description copied from interface:CfnDashboard.TableVisualProperty
The unique identifier of a visual.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Specified by:
getVisualId
in interfaceCfnDashboard.TableVisualProperty
- See Also:
-
getActions
Description copied from interface:CfnDashboard.TableVisualProperty
The list of custom actions that are configured for a visual.- Specified by:
getActions
in interfaceCfnDashboard.TableVisualProperty
- See Also:
-
getChartConfiguration
Description copied from interface:CfnDashboard.TableVisualProperty
The configuration settings of the visual.- Specified by:
getChartConfiguration
in interfaceCfnDashboard.TableVisualProperty
- See Also:
-
getConditionalFormatting
Description copied from interface:CfnDashboard.TableVisualProperty
The conditional formatting for aPivotTableVisual
.- Specified by:
getConditionalFormatting
in interfaceCfnDashboard.TableVisualProperty
- See Also:
-
getSubtitle
Description copied from interface:CfnDashboard.TableVisualProperty
The subtitle that is displayed on the visual.- Specified by:
getSubtitle
in interfaceCfnDashboard.TableVisualProperty
- See Also:
-
getTitle
Description copied from interface:CfnDashboard.TableVisualProperty
The title that is displayed on the visual.- Specified by:
getTitle
in interfaceCfnDashboard.TableVisualProperty
- 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()
-