@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScatterPlotUnaggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The unaggregated field wells of a scatter plot.
Constructor and Description |
---|
ScatterPlotUnaggregatedFieldWells() |
Modifier and Type | Method and Description |
---|---|
ScatterPlotUnaggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<MeasureField> |
getSize()
The size field well of a scatter plot.
|
List<DimensionField> |
getXAxis()
The x-axis field well of a scatter plot.
|
List<DimensionField> |
getYAxis()
The y-axis field well of a scatter plot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSize(Collection<MeasureField> size)
The size field well of a scatter plot.
|
void |
setXAxis(Collection<DimensionField> xAxis)
The x-axis field well of a scatter plot.
|
void |
setYAxis(Collection<DimensionField> yAxis)
The y-axis field well of a scatter plot.
|
String |
toString()
Returns a string representation of this object.
|
ScatterPlotUnaggregatedFieldWells |
withSize(Collection<MeasureField> size)
The size field well of a scatter plot.
|
ScatterPlotUnaggregatedFieldWells |
withSize(MeasureField... size)
The size field well of a scatter plot.
|
ScatterPlotUnaggregatedFieldWells |
withXAxis(Collection<DimensionField> xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotUnaggregatedFieldWells |
withXAxis(DimensionField... xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotUnaggregatedFieldWells |
withYAxis(Collection<DimensionField> yAxis)
The y-axis field well of a scatter plot.
|
ScatterPlotUnaggregatedFieldWells |
withYAxis(DimensionField... yAxis)
The y-axis field well of a scatter plot.
|
public List<DimensionField> getXAxis()
The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
The x-axis is a dimension field and cannot be aggregated.
public void setXAxis(Collection<DimensionField> xAxis)
The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
xAxis
- The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
public ScatterPlotUnaggregatedFieldWells withXAxis(DimensionField... xAxis)
The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
NOTE: This method appends the values to the existing list (if any). Use
setXAxis(java.util.Collection)
or withXAxis(java.util.Collection)
if you want to override the
existing values.
xAxis
- The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
public ScatterPlotUnaggregatedFieldWells withXAxis(Collection<DimensionField> xAxis)
The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
xAxis
- The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
public List<DimensionField> getYAxis()
The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
The y-axis is a dimension field and cannot be aggregated.
public void setYAxis(Collection<DimensionField> yAxis)
The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
yAxis
- The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
public ScatterPlotUnaggregatedFieldWells withYAxis(DimensionField... yAxis)
The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
NOTE: This method appends the values to the existing list (if any). Use
setYAxis(java.util.Collection)
or withYAxis(java.util.Collection)
if you want to override the
existing values.
yAxis
- The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
public ScatterPlotUnaggregatedFieldWells withYAxis(Collection<DimensionField> yAxis)
The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
yAxis
- The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
public List<MeasureField> getSize()
The size field well of a scatter plot.
public void setSize(Collection<MeasureField> size)
The size field well of a scatter plot.
size
- The size field well of a scatter plot.public ScatterPlotUnaggregatedFieldWells withSize(MeasureField... size)
The size field well of a scatter plot.
NOTE: This method appends the values to the existing list (if any). Use
setSize(java.util.Collection)
or withSize(java.util.Collection)
if you want to override the
existing values.
size
- The size field well of a scatter plot.public ScatterPlotUnaggregatedFieldWells withSize(Collection<MeasureField> size)
The size field well of a scatter plot.
size
- The size field well of a scatter plot.public String toString()
toString
in class Object
Object.toString()
public ScatterPlotUnaggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.