@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. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
scatterPlotCategoricallyAggregatedFieldWells - The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field
wells are aggregated by category, label, or both.public ScatterPlotCategoricallyAggregatedFieldWells getScatterPlotCategoricallyAggregatedFieldWells()
The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
public ScatterPlotFieldWells withScatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
scatterPlotCategoricallyAggregatedFieldWells - The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field
wells are aggregated by category, label, or both.public void setScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
scatterPlotUnaggregatedFieldWells - The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.public ScatterPlotUnaggregatedFieldWells getScatterPlotUnaggregatedFieldWells()
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
public ScatterPlotFieldWells withScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
scatterPlotUnaggregatedFieldWells - The unaggregated field wells of a scatter plot. 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 © 2024. All rights reserved.