@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GaugeChartConditionalFormattingOption extends Object implements Serializable, Cloneable, StructuredPojo
Conditional formatting options of a GaugeChartVisual.
| Constructor and Description |
|---|
GaugeChartConditionalFormattingOption() |
| Modifier and Type | Method and Description |
|---|---|
GaugeChartConditionalFormattingOption |
clone() |
boolean |
equals(Object obj) |
GaugeChartArcConditionalFormatting |
getArc()
The options that determine the presentation of the arc of a
GaugeChartVisual. |
GaugeChartPrimaryValueConditionalFormatting |
getPrimaryValue()
The conditional formatting for the primary value of a
GaugeChartVisual. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArc(GaugeChartArcConditionalFormatting arc)
The options that determine the presentation of the arc of a
GaugeChartVisual. |
void |
setPrimaryValue(GaugeChartPrimaryValueConditionalFormatting primaryValue)
The conditional formatting for the primary value of a
GaugeChartVisual. |
String |
toString()
Returns a string representation of this object.
|
GaugeChartConditionalFormattingOption |
withArc(GaugeChartArcConditionalFormatting arc)
The options that determine the presentation of the arc of a
GaugeChartVisual. |
GaugeChartConditionalFormattingOption |
withPrimaryValue(GaugeChartPrimaryValueConditionalFormatting primaryValue)
The conditional formatting for the primary value of a
GaugeChartVisual. |
public GaugeChartConditionalFormattingOption()
public void setPrimaryValue(GaugeChartPrimaryValueConditionalFormatting primaryValue)
The conditional formatting for the primary value of a GaugeChartVisual.
primaryValue - The conditional formatting for the primary value of a GaugeChartVisual.public GaugeChartPrimaryValueConditionalFormatting getPrimaryValue()
The conditional formatting for the primary value of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartConditionalFormattingOption withPrimaryValue(GaugeChartPrimaryValueConditionalFormatting primaryValue)
The conditional formatting for the primary value of a GaugeChartVisual.
primaryValue - The conditional formatting for the primary value of a GaugeChartVisual.public void setArc(GaugeChartArcConditionalFormatting arc)
The options that determine the presentation of the arc of a GaugeChartVisual.
arc - The options that determine the presentation of the arc of a GaugeChartVisual.public GaugeChartArcConditionalFormatting getArc()
The options that determine the presentation of the arc of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartConditionalFormattingOption withArc(GaugeChartArcConditionalFormatting arc)
The options that determine the presentation of the arc of a GaugeChartVisual.
arc - The options that determine the presentation of the arc of a GaugeChartVisual.public String toString()
toString in class ObjectObject.toString()public GaugeChartConditionalFormattingOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.