@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArcOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the arc thickness of a GaugeChartVisual.
| Constructor and Description |
|---|
ArcOptions() |
| Modifier and Type | Method and Description |
|---|---|
ArcOptions |
clone() |
boolean |
equals(Object obj) |
String |
getArcThickness()
The arc thickness of a
GaugeChartVisual. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArcThickness(String arcThickness)
The arc thickness of a
GaugeChartVisual. |
String |
toString()
Returns a string representation of this object.
|
ArcOptions |
withArcThickness(ArcThickness arcThickness)
The arc thickness of a
GaugeChartVisual. |
ArcOptions |
withArcThickness(String arcThickness)
The arc thickness of a
GaugeChartVisual. |
public void setArcThickness(String arcThickness)
The arc thickness of a GaugeChartVisual.
arcThickness - The arc thickness of a GaugeChartVisual.ArcThicknesspublic String getArcThickness()
The arc thickness of a GaugeChartVisual.
GaugeChartVisual.ArcThicknesspublic ArcOptions withArcThickness(String arcThickness)
The arc thickness of a GaugeChartVisual.
arcThickness - The arc thickness of a GaugeChartVisual.ArcThicknesspublic ArcOptions withArcThickness(ArcThickness arcThickness)
The arc thickness of a GaugeChartVisual.
arcThickness - The arc thickness of a GaugeChartVisual.ArcThicknesspublic String toString()
toString in class ObjectObject.toString()public ArcOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.