@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BoxPlotStyleOptions extends Object implements Serializable, Cloneable, StructuredPojo
The style options of the box plot.
| Constructor and Description |
|---|
BoxPlotStyleOptions() |
| Modifier and Type | Method and Description |
|---|---|
BoxPlotStyleOptions |
clone() |
boolean |
equals(Object obj) |
String |
getFillStyle()
The fill styles (solid, transparent) of the box plot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFillStyle(String fillStyle)
The fill styles (solid, transparent) of the box plot.
|
String |
toString()
Returns a string representation of this object.
|
BoxPlotStyleOptions |
withFillStyle(BoxPlotFillStyle fillStyle)
The fill styles (solid, transparent) of the box plot.
|
BoxPlotStyleOptions |
withFillStyle(String fillStyle)
The fill styles (solid, transparent) of the box plot.
|
public void setFillStyle(String fillStyle)
The fill styles (solid, transparent) of the box plot.
fillStyle - The fill styles (solid, transparent) of the box plot.BoxPlotFillStylepublic String getFillStyle()
The fill styles (solid, transparent) of the box plot.
BoxPlotFillStylepublic BoxPlotStyleOptions withFillStyle(String fillStyle)
The fill styles (solid, transparent) of the box plot.
fillStyle - The fill styles (solid, transparent) of the box plot.BoxPlotFillStylepublic BoxPlotStyleOptions withFillStyle(BoxPlotFillStyle fillStyle)
The fill styles (solid, transparent) of the box plot.
fillStyle - The fill styles (solid, transparent) of the box plot.BoxPlotFillStylepublic String toString()
toString in class ObjectObject.toString()public BoxPlotStyleOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.