@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.BoxPlotFillStyle
public String getFillStyle()
The fill styles (solid, transparent) of the box plot.
BoxPlotFillStyle
public BoxPlotStyleOptions withFillStyle(String fillStyle)
The fill styles (solid, transparent) of the box plot.
fillStyle
- The fill styles (solid, transparent) of the box plot.BoxPlotFillStyle
public BoxPlotStyleOptions withFillStyle(BoxPlotFillStyle fillStyle)
The fill styles (solid, transparent) of the box plot.
fillStyle
- The fill styles (solid, transparent) of the box plot.BoxPlotFillStyle
public String toString()
toString
in class Object
Object.toString()
public BoxPlotStyleOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.