@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScatterPlotFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a scatter plot.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description |
|---|
ScatterPlotFieldWells() |
public void setScatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.
scatterPlotCategoricallyAggregatedFieldWells - The aggregated field wells of a scatter plot. Scatter plots that have a field in the category
(group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are
aggregated by category.public ScatterPlotCategoricallyAggregatedFieldWells getScatterPlotCategoricallyAggregatedFieldWells()
The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.
public ScatterPlotFieldWells withScatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.
scatterPlotCategoricallyAggregatedFieldWells - The aggregated field wells of a scatter plot. Scatter plots that have a field in the category
(group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are
aggregated by category.public void setScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.
scatterPlotUnaggregatedFieldWells - The unaggregated field wells of a scatter plot. Scatter plots without a category field well have
unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.public ScatterPlotUnaggregatedFieldWells getScatterPlotUnaggregatedFieldWells()
The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.
public ScatterPlotFieldWells withScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.
scatterPlotUnaggregatedFieldWells - The unaggregated field wells of a scatter plot. Scatter plots without a category field well have
unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.public String toString()
toString in class ObjectObject.toString()public ScatterPlotFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.