Class CfnAnalysis.RadarChartSortConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.RadarChartSortConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.RadarChartSortConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.RadarChartSortConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.RadarChartSortConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.RadarChartSortConfigurationProperty
An implementation for
CfnAnalysis.RadarChartSortConfigurationProperty
-
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.RadarChartSortConfigurationProperty
CfnAnalysis.RadarChartSortConfigurationProperty.Builder, CfnAnalysis.RadarChartSortConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.RadarChartSortConfigurationProperty.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 category items limit for a radar chart.final Object
The category sort options of a radar chart.final Object
The color items limit of a radar chart.final Object
The color sort configuration of a radar chart.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.RadarChartSortConfigurationProperty.Builder
.
-
-
Method Details
-
getCategoryItemsLimit
Description copied from interface:CfnAnalysis.RadarChartSortConfigurationProperty
The category items limit for a radar chart.- Specified by:
getCategoryItemsLimit
in interfaceCfnAnalysis.RadarChartSortConfigurationProperty
-
getCategorySort
Description copied from interface:CfnAnalysis.RadarChartSortConfigurationProperty
The category sort options of a radar chart.- Specified by:
getCategorySort
in interfaceCfnAnalysis.RadarChartSortConfigurationProperty
-
getColorItemsLimit
Description copied from interface:CfnAnalysis.RadarChartSortConfigurationProperty
The color items limit of a radar chart.- Specified by:
getColorItemsLimit
in interfaceCfnAnalysis.RadarChartSortConfigurationProperty
-
getColorSort
Description copied from interface:CfnAnalysis.RadarChartSortConfigurationProperty
The color sort configuration of a radar chart.- Specified by:
getColorSort
in interfaceCfnAnalysis.RadarChartSortConfigurationProperty
-
$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()
-