@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KPIConditionalFormattingOption extends Object implements Serializable, Cloneable, StructuredPojo
The conditional formatting options of a KPI visual.
| Constructor and Description |
|---|
KPIConditionalFormattingOption() |
| Modifier and Type | Method and Description |
|---|---|
KPIConditionalFormattingOption |
clone() |
boolean |
equals(Object obj) |
KPIPrimaryValueConditionalFormatting |
getPrimaryValue()
The conditional formatting for the primary value of a KPI visual.
|
KPIProgressBarConditionalFormatting |
getProgressBar()
The conditional formatting for the progress bar of a KPI visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPrimaryValue(KPIPrimaryValueConditionalFormatting primaryValue)
The conditional formatting for the primary value of a KPI visual.
|
void |
setProgressBar(KPIProgressBarConditionalFormatting progressBar)
The conditional formatting for the progress bar of a KPI visual.
|
String |
toString()
Returns a string representation of this object.
|
KPIConditionalFormattingOption |
withPrimaryValue(KPIPrimaryValueConditionalFormatting primaryValue)
The conditional formatting for the primary value of a KPI visual.
|
KPIConditionalFormattingOption |
withProgressBar(KPIProgressBarConditionalFormatting progressBar)
The conditional formatting for the progress bar of a KPI visual.
|
public void setPrimaryValue(KPIPrimaryValueConditionalFormatting primaryValue)
The conditional formatting for the primary value of a KPI visual.
primaryValue - The conditional formatting for the primary value of a KPI visual.public KPIPrimaryValueConditionalFormatting getPrimaryValue()
The conditional formatting for the primary value of a KPI visual.
public KPIConditionalFormattingOption withPrimaryValue(KPIPrimaryValueConditionalFormatting primaryValue)
The conditional formatting for the primary value of a KPI visual.
primaryValue - The conditional formatting for the primary value of a KPI visual.public void setProgressBar(KPIProgressBarConditionalFormatting progressBar)
The conditional formatting for the progress bar of a KPI visual.
progressBar - The conditional formatting for the progress bar of a KPI visual.public KPIProgressBarConditionalFormatting getProgressBar()
The conditional formatting for the progress bar of a KPI visual.
public KPIConditionalFormattingOption withProgressBar(KPIProgressBarConditionalFormatting progressBar)
The conditional formatting for the progress bar of a KPI visual.
progressBar - The conditional formatting for the progress bar of a KPI visual.public String toString()
toString in class ObjectObject.toString()public KPIConditionalFormattingOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.