Class CfnAnalysis.TableCellStyleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.TableCellStyleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.TableCellStyleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.TableCellStyleProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.TableCellStyleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.TableCellStyleProperty
An implementation for
CfnAnalysis.TableCellStyleProperty
-
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.TableCellStyleProperty
CfnAnalysis.TableCellStyleProperty.Builder, CfnAnalysis.TableCellStyleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.TableCellStyleProperty.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 String
The background color for the table cells.final Object
The borders for the table cells.final Object
The font configuration of the table cells.final Number
The height color for the table cells.final String
The horizontal text alignment (left, center, right, auto) for the table cells.final String
The text wrap (none, wrap) for the table cells.final String
The vertical text alignment (top, middle, bottom) for the table cells.final String
The visibility of the table cells.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.TableCellStyleProperty.Builder
.
-
-
Method Details
-
getBackgroundColor
Description copied from interface:CfnAnalysis.TableCellStyleProperty
The background color for the table cells.- Specified by:
getBackgroundColor
in interfaceCfnAnalysis.TableCellStyleProperty
-
getBorder
Description copied from interface:CfnAnalysis.TableCellStyleProperty
The borders for the table cells.- Specified by:
getBorder
in interfaceCfnAnalysis.TableCellStyleProperty
-
getFontConfiguration
Description copied from interface:CfnAnalysis.TableCellStyleProperty
The font configuration of the table cells.- Specified by:
getFontConfiguration
in interfaceCfnAnalysis.TableCellStyleProperty
-
getHeight
Description copied from interface:CfnAnalysis.TableCellStyleProperty
The height color for the table cells.- Specified by:
getHeight
in interfaceCfnAnalysis.TableCellStyleProperty
-
getHorizontalTextAlignment
Description copied from interface:CfnAnalysis.TableCellStyleProperty
The horizontal text alignment (left, center, right, auto) for the table cells.- Specified by:
getHorizontalTextAlignment
in interfaceCfnAnalysis.TableCellStyleProperty
-
getTextWrap
Description copied from interface:CfnAnalysis.TableCellStyleProperty
The text wrap (none, wrap) for the table cells.- Specified by:
getTextWrap
in interfaceCfnAnalysis.TableCellStyleProperty
-
getVerticalTextAlignment
Description copied from interface:CfnAnalysis.TableCellStyleProperty
The vertical text alignment (top, middle, bottom) for the table cells.- Specified by:
getVerticalTextAlignment
in interfaceCfnAnalysis.TableCellStyleProperty
-
getVisibility
Description copied from interface:CfnAnalysis.TableCellStyleProperty
The visibility of the table cells.- Specified by:
getVisibility
in interfaceCfnAnalysis.TableCellStyleProperty
-
$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()
-