@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AxisDisplayRange extends Object implements Serializable, Cloneable, StructuredPojo
The range setup of a numeric axis display range.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constructor and Description |
---|
AxisDisplayRange() |
Modifier and Type | Method and Description |
---|---|
AxisDisplayRange |
clone() |
boolean |
equals(Object obj) |
AxisDisplayDataDrivenRange |
getDataDriven()
The data-driven setup of an axis display range.
|
AxisDisplayMinMaxRange |
getMinMax()
The minimum and maximum setup of an axis display range.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataDriven(AxisDisplayDataDrivenRange dataDriven)
The data-driven setup of an axis display range.
|
void |
setMinMax(AxisDisplayMinMaxRange minMax)
The minimum and maximum setup of an axis display range.
|
String |
toString()
Returns a string representation of this object.
|
AxisDisplayRange |
withDataDriven(AxisDisplayDataDrivenRange dataDriven)
The data-driven setup of an axis display range.
|
AxisDisplayRange |
withMinMax(AxisDisplayMinMaxRange minMax)
The minimum and maximum setup of an axis display range.
|
public void setMinMax(AxisDisplayMinMaxRange minMax)
The minimum and maximum setup of an axis display range.
minMax
- The minimum and maximum setup of an axis display range.public AxisDisplayMinMaxRange getMinMax()
The minimum and maximum setup of an axis display range.
public AxisDisplayRange withMinMax(AxisDisplayMinMaxRange minMax)
The minimum and maximum setup of an axis display range.
minMax
- The minimum and maximum setup of an axis display range.public void setDataDriven(AxisDisplayDataDrivenRange dataDriven)
The data-driven setup of an axis display range.
dataDriven
- The data-driven setup of an axis display range.public AxisDisplayDataDrivenRange getDataDriven()
The data-driven setup of an axis display range.
public AxisDisplayRange withDataDriven(AxisDisplayDataDrivenRange dataDriven)
The data-driven setup of an axis display range.
dataDriven
- The data-driven setup of an axis display range.public String toString()
toString
in class Object
Object.toString()
public AxisDisplayRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.