Class CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
An implementation for
CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
-
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.CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder, CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty.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 field well of a scatter plot.final Object
getSize()
The size field well of a scatter plot.final Object
getXAxis()
The x-axis field well of a scatter plot.final Object
getYAxis()
The y-axis field well of a scatter plot.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
protected Jsii$Proxy(CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder
.
-
-
Method Details
-
getCategory
Description copied from interface:CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
The category field well of a scatter plot.- Specified by:
getCategory
in interfaceCfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
-
getSize
Description copied from interface:CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
The size field well of a scatter plot.- Specified by:
getSize
in interfaceCfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
-
getXAxis
Description copied from interface:CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
The x-axis field well of a scatter plot.The x-axis is aggregated by category.
- Specified by:
getXAxis
in interfaceCfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
-
getYAxis
Description copied from interface:CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
The y-axis field well of a scatter plot.The y-axis is aggregated by category.
- Specified by:
getYAxis
in interfaceCfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
-
$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()
-