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