@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.