Class CfnAnalysisPropsMixin.TableOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.TableOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.TableOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.TableOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.TableOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.TableOptionsProperty
An implementation for
CfnAnalysisPropsMixin.TableOptionsProperty-
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.TableOptionsProperty
CfnAnalysisPropsMixin.TableOptionsProperty.Builder, CfnAnalysisPropsMixin.TableOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.TableOptionsProperty.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 table cell style of table cells.final ObjectThe table cell style of a table header.final StringThe orientation (vertical, horizontal) for a table.final ObjectThe row alternate color options (widget status, row alternate colors) for a table.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.TableOptionsProperty.Builder.
-
-
Method Details
-
getCellStyle
Description copied from interface:CfnAnalysisPropsMixin.TableOptionsPropertyThe table cell style of table cells.Returns union: either
IResolvableorCfnAnalysisPropsMixin.TableCellStyleProperty- Specified by:
getCellStylein interfaceCfnAnalysisPropsMixin.TableOptionsProperty- See Also:
-
getHeaderStyle
Description copied from interface:CfnAnalysisPropsMixin.TableOptionsPropertyThe table cell style of a table header.Returns union: either
IResolvableorCfnAnalysisPropsMixin.TableCellStyleProperty- Specified by:
getHeaderStylein interfaceCfnAnalysisPropsMixin.TableOptionsProperty- See Also:
-
getOrientation
Description copied from interface:CfnAnalysisPropsMixin.TableOptionsPropertyThe orientation (vertical, horizontal) for a table.- Specified by:
getOrientationin interfaceCfnAnalysisPropsMixin.TableOptionsProperty- See Also:
-
getRowAlternateColorOptions
Description copied from interface:CfnAnalysisPropsMixin.TableOptionsPropertyThe row alternate color options (widget status, row alternate colors) for a table.Returns union: either
IResolvableorCfnAnalysisPropsMixin.RowAlternateColorOptionsProperty- Specified by:
getRowAlternateColorOptionsin interfaceCfnAnalysisPropsMixin.TableOptionsProperty- 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()
-