Class CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty
An implementation for
CfnAnalysis.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.CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty
CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder, CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.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 theCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder.
-
-
Method Details
-
getCategory
Description copied from interface:CfnAnalysis.ScatterPlotUnaggregatedFieldWellsPropertyThe category field well of a scatter plot.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DimensionFieldProperty>- Specified by:
getCategoryin interfaceCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
getLabel
Description copied from interface:CfnAnalysis.ScatterPlotUnaggregatedFieldWellsPropertyThe label field well of a scatter plot.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DimensionFieldProperty>- Specified by:
getLabelin interfaceCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
getSize
Description copied from interface:CfnAnalysis.ScatterPlotUnaggregatedFieldWellsPropertyThe size field well of a scatter plot.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.MeasureFieldProperty>- Specified by:
getSizein interfaceCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
getXAxis
Description copied from interface:CfnAnalysis.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: '<'eitherIResolvableorCfnAnalysis.DimensionFieldProperty>- Specified by:
getXAxisin interfaceCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty- See Also:
-
getYAxis
Description copied from interface:CfnAnalysis.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: '<'eitherIResolvableorCfnAnalysis.DimensionFieldProperty>- Specified by:
getYAxisin interfaceCfnAnalysis.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()
-