Class CfnAnalysis.PivotTableOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.PivotTableOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.PivotTableOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.PivotTableOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.PivotTableOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.PivotTableOptionsProperty
An implementation for
CfnAnalysis.PivotTableOptionsProperty
-
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.PivotTableOptionsProperty
CfnAnalysis.PivotTableOptionsProperty.Builder, CfnAnalysis.PivotTableOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.PivotTableOptionsProperty.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 table cell style of cells.final Object
The table cell style of the column header.final String
The visibility of the column names.final String
The metric placement (row, column) options.final Object
The row alternate color options (widget status, row alternate colors).final Object
The table cell style of row field names.final Object
The table cell style of the row headers.final String
The visibility of the single metric options.final String
Determines the visibility of the pivot table.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.PivotTableOptionsProperty.Builder
.
-
-
Method Details
-
getCellStyle
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
The table cell style of cells.- Specified by:
getCellStyle
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
getColumnHeaderStyle
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
The table cell style of the column header.- Specified by:
getColumnHeaderStyle
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
getColumnNamesVisibility
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
The visibility of the column names.- Specified by:
getColumnNamesVisibility
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
getMetricPlacement
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
The metric placement (row, column) options.- Specified by:
getMetricPlacement
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
getRowAlternateColorOptions
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
The row alternate color options (widget status, row alternate colors).- Specified by:
getRowAlternateColorOptions
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
getRowFieldNamesStyle
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
The table cell style of row field names.- Specified by:
getRowFieldNamesStyle
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
getRowHeaderStyle
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
The table cell style of the row headers.- Specified by:
getRowHeaderStyle
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
getSingleMetricVisibility
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
The visibility of the single metric options.- Specified by:
getSingleMetricVisibility
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
getToggleButtonsVisibility
Description copied from interface:CfnAnalysis.PivotTableOptionsProperty
Determines the visibility of the pivot table.- Specified by:
getToggleButtonsVisibility
in interfaceCfnAnalysis.PivotTableOptionsProperty
-
$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()
-