@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GaugeChartVisual extends Object implements Serializable, Cloneable, StructuredPojo
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
Constructor and Description |
---|
GaugeChartVisual() |
Modifier and Type | Method and Description |
---|---|
GaugeChartVisual |
clone() |
boolean |
equals(Object obj) |
List<VisualCustomAction> |
getActions()
The list of custom actions that are configured for a visual.
|
GaugeChartConfiguration |
getChartConfiguration()
The configuration of a
GaugeChartVisual . |
GaugeChartConditionalFormatting |
getConditionalFormatting()
The conditional formatting of a
GaugeChartVisual . |
VisualSubtitleLabelOptions |
getSubtitle()
The subtitle that is displayed on the visual.
|
VisualTitleLabelOptions |
getTitle()
The title that is displayed on the visual.
|
String |
getVisualId()
The unique identifier of a visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
setChartConfiguration(GaugeChartConfiguration chartConfiguration)
The configuration of a
GaugeChartVisual . |
void |
setConditionalFormatting(GaugeChartConditionalFormatting conditionalFormatting)
The conditional formatting of a
GaugeChartVisual . |
void |
setSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
void |
setTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
void |
setVisualId(String visualId)
The unique identifier of a visual.
|
String |
toString()
Returns a string representation of this object.
|
GaugeChartVisual |
withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
GaugeChartVisual |
withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
GaugeChartVisual |
withChartConfiguration(GaugeChartConfiguration chartConfiguration)
The configuration of a
GaugeChartVisual . |
GaugeChartVisual |
withConditionalFormatting(GaugeChartConditionalFormatting conditionalFormatting)
The conditional formatting of a
GaugeChartVisual . |
GaugeChartVisual |
withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
GaugeChartVisual |
withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
GaugeChartVisual |
withVisualId(String visualId)
The unique identifier of a visual.
|
public void setVisualId(String visualId)
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
visualId
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard,
template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.public String getVisualId()
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
public GaugeChartVisual withVisualId(String visualId)
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
visualId
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard,
template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.public void setTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
title
- The title that is displayed on the visual.public VisualTitleLabelOptions getTitle()
The title that is displayed on the visual.
public GaugeChartVisual withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
title
- The title that is displayed on the visual.public void setSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
subtitle
- The subtitle that is displayed on the visual.public VisualSubtitleLabelOptions getSubtitle()
The subtitle that is displayed on the visual.
public GaugeChartVisual withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
subtitle
- The subtitle that is displayed on the visual.public void setChartConfiguration(GaugeChartConfiguration chartConfiguration)
The configuration of a GaugeChartVisual
.
chartConfiguration
- The configuration of a GaugeChartVisual
.public GaugeChartConfiguration getChartConfiguration()
The configuration of a GaugeChartVisual
.
GaugeChartVisual
.public GaugeChartVisual withChartConfiguration(GaugeChartConfiguration chartConfiguration)
The configuration of a GaugeChartVisual
.
chartConfiguration
- The configuration of a GaugeChartVisual
.public void setConditionalFormatting(GaugeChartConditionalFormatting conditionalFormatting)
The conditional formatting of a GaugeChartVisual
.
conditionalFormatting
- The conditional formatting of a GaugeChartVisual
.public GaugeChartConditionalFormatting getConditionalFormatting()
The conditional formatting of a GaugeChartVisual
.
GaugeChartVisual
.public GaugeChartVisual withConditionalFormatting(GaugeChartConditionalFormatting conditionalFormatting)
The conditional formatting of a GaugeChartVisual
.
conditionalFormatting
- The conditional formatting of a GaugeChartVisual
.public List<VisualCustomAction> getActions()
The list of custom actions that are configured for a visual.
public void setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
actions
- The list of custom actions that are configured for a visual.public GaugeChartVisual withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- The list of custom actions that are configured for a visual.public GaugeChartVisual withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
actions
- The list of custom actions that are configured for a visual.public String toString()
toString
in class Object
Object.toString()
public GaugeChartVisual clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.