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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty
CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder, CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe category field well of a scatter plot.final ObjectgetLabel()The label field well of a scatter plot.final ObjectgetSize()The size field well of a scatter plot.final ObjectgetXAxis()The x-axis field well of a scatter plot.final ObjectgetYAxis()The y-axis field well of a scatter plot.final inthashCode()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
-
getCategory
Description copied from interface:CfnDashboard.ScatterPlotUnaggregatedFieldWellsPropertyThe category field well of a scatter plot.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.DimensionFieldProperty>- Specified by:
getCategoryin interfaceCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
getLabel
Description copied from interface:CfnDashboard.ScatterPlotUnaggregatedFieldWellsPropertyThe label field well of a scatter plot.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.DimensionFieldProperty>- Specified by:
getLabelin interfaceCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
getSize
Description copied from interface:CfnDashboard.ScatterPlotUnaggregatedFieldWellsPropertyThe size field well of a scatter plot.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.MeasureFieldProperty>- Specified by:
getSizein interfaceCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
getXAxis
Description copied from interface:CfnDashboard.ScatterPlotUnaggregatedFieldWellsPropertyThe x-axis field well of a scatter plot.The x-axis is a dimension field and cannot be aggregated.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.DimensionFieldProperty>- Specified by:
getXAxisin interfaceCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
getYAxis
Description copied from interface:CfnDashboard.ScatterPlotUnaggregatedFieldWellsPropertyThe y-axis field well of a scatter plot.The y-axis is a dimension field and cannot be aggregated.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.DimensionFieldProperty>- Specified by:
getYAxisin interfaceCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-