Class CfnDashboard.PivotTableConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.PivotTableConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.PivotTableConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDashboard.PivotTableConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.PivotTableConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.PivotTableConfigurationProperty
An implementation for
CfnDashboard.PivotTableConfigurationProperty
-
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.PivotTableConfigurationProperty
CfnDashboard.PivotTableConfigurationProperty.Builder, CfnDashboard.PivotTableConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.PivotTableConfigurationProperty.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 field options for a pivot table visual.final Object
The field wells of the visual.final Object
The paginated report options for a pivot table visual.final Object
The sort configuration for aPivotTableVisual
.final Object
The table options for a pivot table visual.final Object
The total options for a pivot table 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.PivotTableConfigurationProperty.Builder
.
-
-
Method Details
-
getFieldOptions
Description copied from interface:CfnDashboard.PivotTableConfigurationProperty
The field options for a pivot table visual.- Specified by:
getFieldOptions
in interfaceCfnDashboard.PivotTableConfigurationProperty
-
getFieldWells
Description copied from interface:CfnDashboard.PivotTableConfigurationProperty
The field wells of the visual.- Specified by:
getFieldWells
in interfaceCfnDashboard.PivotTableConfigurationProperty
-
getPaginatedReportOptions
Description copied from interface:CfnDashboard.PivotTableConfigurationProperty
The paginated report options for a pivot table visual.- Specified by:
getPaginatedReportOptions
in interfaceCfnDashboard.PivotTableConfigurationProperty
-
getSortConfiguration
Description copied from interface:CfnDashboard.PivotTableConfigurationProperty
The sort configuration for aPivotTableVisual
.- Specified by:
getSortConfiguration
in interfaceCfnDashboard.PivotTableConfigurationProperty
-
getTableOptions
Description copied from interface:CfnDashboard.PivotTableConfigurationProperty
The table options for a pivot table visual.- Specified by:
getTableOptions
in interfaceCfnDashboard.PivotTableConfigurationProperty
-
getTotalOptions
Description copied from interface:CfnDashboard.PivotTableConfigurationProperty
The total options for a pivot table visual.- Specified by:
getTotalOptions
in interfaceCfnDashboard.PivotTableConfigurationProperty
-
$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()
-