@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() |
Modifier and Type | Method and Description |
---|---|
ScatterPlotFieldWells |
clone() |
boolean |
equals(Object obj) |
ScatterPlotCategoricallyAggregatedFieldWells |
getScatterPlotCategoricallyAggregatedFieldWells()
The aggregated field wells of a scatter plot.
|
ScatterPlotUnaggregatedFieldWells |
getScatterPlotUnaggregatedFieldWells()
The unaggregated field wells of a scatter plot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot.
|
void |
setScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot.
|
String |
toString()
Returns a string representation of this object.
|
ScatterPlotFieldWells |
withScatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells)
The aggregated field wells of a scatter plot.
|
ScatterPlotFieldWells |
withScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells)
The unaggregated field wells of a scatter plot.
|
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 Object
Object.toString()
public ScatterPlotFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.