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