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