@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AxisLinearScale extends Object implements Serializable, Cloneable, StructuredPojo
The liner axis scale setup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description |
|---|
AxisLinearScale() |
| Modifier and Type | Method and Description |
|---|---|
AxisLinearScale |
clone() |
boolean |
equals(Object obj) |
Integer |
getStepCount()
The step count setup of a linear axis.
|
Double |
getStepSize()
The step size setup of a linear axis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStepCount(Integer stepCount)
The step count setup of a linear axis.
|
void |
setStepSize(Double stepSize)
The step size setup of a linear axis.
|
String |
toString()
Returns a string representation of this object.
|
AxisLinearScale |
withStepCount(Integer stepCount)
The step count setup of a linear axis.
|
AxisLinearScale |
withStepSize(Double stepSize)
The step size setup of a linear axis.
|
public void setStepCount(Integer stepCount)
The step count setup of a linear axis.
stepCount - The step count setup of a linear axis.public Integer getStepCount()
The step count setup of a linear axis.
public AxisLinearScale withStepCount(Integer stepCount)
The step count setup of a linear axis.
stepCount - The step count setup of a linear axis.public void setStepSize(Double stepSize)
The step size setup of a linear axis.
stepSize - The step size setup of a linear axis.public Double getStepSize()
The step size setup of a linear axis.
public AxisLinearScale withStepSize(Double stepSize)
The step size setup of a linear axis.
stepSize - The step size setup of a linear axis.public String toString()
toString in class ObjectObject.toString()public AxisLinearScale clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.