@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SingleAxisOptions extends Object implements Serializable, Cloneable, StructuredPojo
The settings of a chart's single axis configuration.
| Constructor and Description |
|---|
SingleAxisOptions() |
| Modifier and Type | Method and Description |
|---|---|
SingleAxisOptions |
clone() |
boolean |
equals(Object obj) |
YAxisOptions |
getYAxisOptions()
The Y axis options of a single axis configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setYAxisOptions(YAxisOptions yAxisOptions)
The Y axis options of a single axis configuration.
|
String |
toString()
Returns a string representation of this object.
|
SingleAxisOptions |
withYAxisOptions(YAxisOptions yAxisOptions)
The Y axis options of a single axis configuration.
|
public void setYAxisOptions(YAxisOptions yAxisOptions)
The Y axis options of a single axis configuration.
yAxisOptions - The Y axis options of a single axis configuration.public YAxisOptions getYAxisOptions()
The Y axis options of a single axis configuration.
public SingleAxisOptions withYAxisOptions(YAxisOptions yAxisOptions)
The Y axis options of a single axis configuration.
yAxisOptions - The Y axis options of a single axis configuration.public String toString()
toString in class ObjectObject.toString()public SingleAxisOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.