@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BoxPlotOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options of a box plot visual.
Constructor and Description |
---|
BoxPlotOptions() |
Modifier and Type | Method and Description |
---|---|
BoxPlotOptions |
clone() |
boolean |
equals(Object obj) |
String |
getAllDataPointsVisibility()
Determines the visibility of all data points of the box plot.
|
String |
getOutlierVisibility()
Determines the visibility of the outlier in a box plot.
|
BoxPlotStyleOptions |
getStyleOptions()
The style options of the box plot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllDataPointsVisibility(String allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
|
void |
setOutlierVisibility(String outlierVisibility)
Determines the visibility of the outlier in a box plot.
|
void |
setStyleOptions(BoxPlotStyleOptions styleOptions)
The style options of the box plot.
|
String |
toString()
Returns a string representation of this object.
|
BoxPlotOptions |
withAllDataPointsVisibility(String allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
|
BoxPlotOptions |
withAllDataPointsVisibility(Visibility allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
|
BoxPlotOptions |
withOutlierVisibility(String outlierVisibility)
Determines the visibility of the outlier in a box plot.
|
BoxPlotOptions |
withOutlierVisibility(Visibility outlierVisibility)
Determines the visibility of the outlier in a box plot.
|
BoxPlotOptions |
withStyleOptions(BoxPlotStyleOptions styleOptions)
The style options of the box plot.
|
public void setStyleOptions(BoxPlotStyleOptions styleOptions)
The style options of the box plot.
styleOptions
- The style options of the box plot.public BoxPlotStyleOptions getStyleOptions()
The style options of the box plot.
public BoxPlotOptions withStyleOptions(BoxPlotStyleOptions styleOptions)
The style options of the box plot.
styleOptions
- The style options of the box plot.public void setOutlierVisibility(String outlierVisibility)
Determines the visibility of the outlier in a box plot.
outlierVisibility
- Determines the visibility of the outlier in a box plot.Visibility
public String getOutlierVisibility()
Determines the visibility of the outlier in a box plot.
Visibility
public BoxPlotOptions withOutlierVisibility(String outlierVisibility)
Determines the visibility of the outlier in a box plot.
outlierVisibility
- Determines the visibility of the outlier in a box plot.Visibility
public BoxPlotOptions withOutlierVisibility(Visibility outlierVisibility)
Determines the visibility of the outlier in a box plot.
outlierVisibility
- Determines the visibility of the outlier in a box plot.Visibility
public void setAllDataPointsVisibility(String allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
allDataPointsVisibility
- Determines the visibility of all data points of the box plot.Visibility
public String getAllDataPointsVisibility()
Determines the visibility of all data points of the box plot.
Visibility
public BoxPlotOptions withAllDataPointsVisibility(String allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
allDataPointsVisibility
- Determines the visibility of all data points of the box plot.Visibility
public BoxPlotOptions withAllDataPointsVisibility(Visibility allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
allDataPointsVisibility
- Determines the visibility of all data points of the box plot.Visibility
public String toString()
toString
in class Object
Object.toString()
public BoxPlotOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.