@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BoxPlotFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field wells of a BoxPlotVisual
.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constructor and Description |
---|
BoxPlotFieldWells() |
Modifier and Type | Method and Description |
---|---|
BoxPlotFieldWells |
clone() |
boolean |
equals(Object obj) |
BoxPlotAggregatedFieldWells |
getBoxPlotAggregatedFieldWells()
The aggregated field wells of a box plot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells boxPlotAggregatedFieldWells)
The aggregated field wells of a box plot.
|
String |
toString()
Returns a string representation of this object.
|
BoxPlotFieldWells |
withBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells boxPlotAggregatedFieldWells)
The aggregated field wells of a box plot.
|
public void setBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells boxPlotAggregatedFieldWells)
The aggregated field wells of a box plot.
boxPlotAggregatedFieldWells
- The aggregated field wells of a box plot.public BoxPlotAggregatedFieldWells getBoxPlotAggregatedFieldWells()
The aggregated field wells of a box plot.
public BoxPlotFieldWells withBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells boxPlotAggregatedFieldWells)
The aggregated field wells of a box plot.
boxPlotAggregatedFieldWells
- The aggregated field wells of a box plot.public String toString()
toString
in class Object
Object.toString()
public BoxPlotFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.