@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
.ArcThickness
public String getArcThickness()
The arc thickness of a GaugeChartVisual
.
GaugeChartVisual
.ArcThickness
public ArcOptions withArcThickness(String arcThickness)
The arc thickness of a GaugeChartVisual
.
arcThickness
- The arc thickness of a GaugeChartVisual
.ArcThickness
public ArcOptions withArcThickness(ArcThickness arcThickness)
The arc thickness of a GaugeChartVisual
.
arcThickness
- The arc thickness of a GaugeChartVisual
.ArcThickness
public String toString()
toString
in class Object
Object.toString()
public ArcOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.