@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArcAxisConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The arc axis configuration of a GaugeChartVisual
.
Constructor and Description |
---|
ArcAxisConfiguration() |
Modifier and Type | Method and Description |
---|---|
ArcAxisConfiguration |
clone() |
boolean |
equals(Object obj) |
ArcAxisDisplayRange |
getRange()
The arc axis range of a
GaugeChartVisual . |
Integer |
getReserveRange()
The reserved range of the arc axis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRange(ArcAxisDisplayRange range)
The arc axis range of a
GaugeChartVisual . |
void |
setReserveRange(Integer reserveRange)
The reserved range of the arc axis.
|
String |
toString()
Returns a string representation of this object.
|
ArcAxisConfiguration |
withRange(ArcAxisDisplayRange range)
The arc axis range of a
GaugeChartVisual . |
ArcAxisConfiguration |
withReserveRange(Integer reserveRange)
The reserved range of the arc axis.
|
public void setRange(ArcAxisDisplayRange range)
The arc axis range of a GaugeChartVisual
.
range
- The arc axis range of a GaugeChartVisual
.public ArcAxisDisplayRange getRange()
The arc axis range of a GaugeChartVisual
.
GaugeChartVisual
.public ArcAxisConfiguration withRange(ArcAxisDisplayRange range)
The arc axis range of a GaugeChartVisual
.
range
- The arc axis range of a GaugeChartVisual
.public void setReserveRange(Integer reserveRange)
The reserved range of the arc axis.
reserveRange
- The reserved range of the arc axis.public Integer getReserveRange()
The reserved range of the arc axis.
public ArcAxisConfiguration withReserveRange(Integer reserveRange)
The reserved range of the arc axis.
reserveRange
- The reserved range of the arc axis.public String toString()
toString
in class Object
Object.toString()
public ArcAxisConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.