@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GaugeChartOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the presentation of the GaugeChartVisual
.
Constructor and Description |
---|
GaugeChartOptions() |
Modifier and Type | Method and Description |
---|---|
GaugeChartOptions |
clone() |
boolean |
equals(Object obj) |
ArcConfiguration |
getArc()
The arc configuration of a
GaugeChartVisual . |
ArcAxisConfiguration |
getArcAxis()
The arc axis configuration of a
GaugeChartVisual . |
ComparisonConfiguration |
getComparison()
The comparison configuration of a
GaugeChartVisual . |
String |
getPrimaryValueDisplayType()
The options that determine the primary value display type.
|
FontConfiguration |
getPrimaryValueFontConfiguration()
The options that determine the primary value font configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArc(ArcConfiguration arc)
The arc configuration of a
GaugeChartVisual . |
void |
setArcAxis(ArcAxisConfiguration arcAxis)
The arc axis configuration of a
GaugeChartVisual . |
void |
setComparison(ComparisonConfiguration comparison)
The comparison configuration of a
GaugeChartVisual . |
void |
setPrimaryValueDisplayType(String primaryValueDisplayType)
The options that determine the primary value display type.
|
void |
setPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
String |
toString()
Returns a string representation of this object.
|
GaugeChartOptions |
withArc(ArcConfiguration arc)
The arc configuration of a
GaugeChartVisual . |
GaugeChartOptions |
withArcAxis(ArcAxisConfiguration arcAxis)
The arc axis configuration of a
GaugeChartVisual . |
GaugeChartOptions |
withComparison(ComparisonConfiguration comparison)
The comparison configuration of a
GaugeChartVisual . |
GaugeChartOptions |
withPrimaryValueDisplayType(PrimaryValueDisplayType primaryValueDisplayType)
The options that determine the primary value display type.
|
GaugeChartOptions |
withPrimaryValueDisplayType(String primaryValueDisplayType)
The options that determine the primary value display type.
|
GaugeChartOptions |
withPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
public void setPrimaryValueDisplayType(String primaryValueDisplayType)
The options that determine the primary value display type.
primaryValueDisplayType
- The options that determine the primary value display type.PrimaryValueDisplayType
public String getPrimaryValueDisplayType()
The options that determine the primary value display type.
PrimaryValueDisplayType
public GaugeChartOptions withPrimaryValueDisplayType(String primaryValueDisplayType)
The options that determine the primary value display type.
primaryValueDisplayType
- The options that determine the primary value display type.PrimaryValueDisplayType
public GaugeChartOptions withPrimaryValueDisplayType(PrimaryValueDisplayType primaryValueDisplayType)
The options that determine the primary value display type.
primaryValueDisplayType
- The options that determine the primary value display type.PrimaryValueDisplayType
public void setComparison(ComparisonConfiguration comparison)
The comparison configuration of a GaugeChartVisual
.
comparison
- The comparison configuration of a GaugeChartVisual
.public ComparisonConfiguration getComparison()
The comparison configuration of a GaugeChartVisual
.
GaugeChartVisual
.public GaugeChartOptions withComparison(ComparisonConfiguration comparison)
The comparison configuration of a GaugeChartVisual
.
comparison
- The comparison configuration of a GaugeChartVisual
.public void setArcAxis(ArcAxisConfiguration arcAxis)
The arc axis configuration of a GaugeChartVisual
.
arcAxis
- The arc axis configuration of a GaugeChartVisual
.public ArcAxisConfiguration getArcAxis()
The arc axis configuration of a GaugeChartVisual
.
GaugeChartVisual
.public GaugeChartOptions withArcAxis(ArcAxisConfiguration arcAxis)
The arc axis configuration of a GaugeChartVisual
.
arcAxis
- The arc axis configuration of a GaugeChartVisual
.public void setArc(ArcConfiguration arc)
The arc configuration of a GaugeChartVisual
.
arc
- The arc configuration of a GaugeChartVisual
.public ArcConfiguration getArc()
The arc configuration of a GaugeChartVisual
.
GaugeChartVisual
.public GaugeChartOptions withArc(ArcConfiguration arc)
The arc configuration of a GaugeChartVisual
.
arc
- The arc configuration of a GaugeChartVisual
.public void setPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
primaryValueFontConfiguration
- The options that determine the primary value font configuration.public FontConfiguration getPrimaryValueFontConfiguration()
The options that determine the primary value font configuration.
public GaugeChartOptions withPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
primaryValueFontConfiguration
- The options that determine the primary value font configuration.public String toString()
toString
in class Object
Object.toString()
public GaugeChartOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.