@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AxisScale extends Object implements Serializable, Cloneable, StructuredPojo
The scale setup options for a numeric axis display.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description | 
|---|
| AxisScale() | 
| Modifier and Type | Method and Description | 
|---|---|
| AxisScale | clone() | 
| boolean | equals(Object obj) | 
| AxisLinearScale | getLinear()
 The linear axis scale setup. | 
| AxisLogarithmicScale | getLogarithmic()
 The logarithmic axis scale setup. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setLinear(AxisLinearScale linear)
 The linear axis scale setup. | 
| void | setLogarithmic(AxisLogarithmicScale logarithmic)
 The logarithmic axis scale setup. | 
| String | toString()Returns a string representation of this object. | 
| AxisScale | withLinear(AxisLinearScale linear)
 The linear axis scale setup. | 
| AxisScale | withLogarithmic(AxisLogarithmicScale logarithmic)
 The logarithmic axis scale setup. | 
public void setLinear(AxisLinearScale linear)
The linear axis scale setup.
linear - The linear axis scale setup.public AxisLinearScale getLinear()
The linear axis scale setup.
public AxisScale withLinear(AxisLinearScale linear)
The linear axis scale setup.
linear - The linear axis scale setup.public void setLogarithmic(AxisLogarithmicScale logarithmic)
The logarithmic axis scale setup.
logarithmic - The logarithmic axis scale setup.public AxisLogarithmicScale getLogarithmic()
The logarithmic axis scale setup.
public AxisScale withLogarithmic(AxisLogarithmicScale logarithmic)
The logarithmic axis scale setup.
logarithmic - The logarithmic axis scale setup.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.