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