@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class YAxisOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that are available for a single Y axis in a chart.
| Constructor and Description |
|---|
YAxisOptions() |
| Modifier and Type | Method and Description |
|---|---|
YAxisOptions |
clone() |
boolean |
equals(Object obj) |
String |
getYAxis()
The Y axis type to be used in the chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setYAxis(String yAxis)
The Y axis type to be used in the chart.
|
String |
toString()
Returns a string representation of this object.
|
YAxisOptions |
withYAxis(SingleYAxisOption yAxis)
The Y axis type to be used in the chart.
|
YAxisOptions |
withYAxis(String yAxis)
The Y axis type to be used in the chart.
|
public void setYAxis(String yAxis)
The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the
chart.
yAxis - The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of
the chart.
SingleYAxisOptionpublic String getYAxis()
The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the
chart.
If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of
the chart.
SingleYAxisOptionpublic YAxisOptions withYAxis(String yAxis)
The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the
chart.
yAxis - The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of
the chart.
SingleYAxisOptionpublic YAxisOptions withYAxis(SingleYAxisOption yAxis)
The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the
chart.
yAxis - The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of
the chart.
SingleYAxisOptionpublic String toString()
toString in class ObjectObject.toString()public YAxisOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.