@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Visual extends Object implements Serializable, Cloneable, StructuredPojo
A visual displayed on a sheet in an analysis, dashboard, or template.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constructor and Description |
---|
Visual() |
Modifier and Type | Method and Description |
---|---|
Visual |
clone() |
boolean |
equals(Object obj) |
BarChartVisual |
getBarChartVisual()
A bar chart.
|
BoxPlotVisual |
getBoxPlotVisual()
A box plot.
|
ComboChartVisual |
getComboChartVisual()
A combo chart.
|
CustomContentVisual |
getCustomContentVisual()
A visual that contains custom content.
|
EmptyVisual |
getEmptyVisual()
An empty visual.
|
FilledMapVisual |
getFilledMapVisual()
A filled map.
|
FunnelChartVisual |
getFunnelChartVisual()
A funnel chart.
|
GaugeChartVisual |
getGaugeChartVisual()
A gauge chart.
|
GeospatialMapVisual |
getGeospatialMapVisual()
A geospatial map or a points on map visual.
|
HeatMapVisual |
getHeatMapVisual()
A heat map.
|
HistogramVisual |
getHistogramVisual()
A histogram.
|
InsightVisual |
getInsightVisual()
An insight visual.
|
KPIVisual |
getKPIVisual()
A key performance indicator (KPI).
|
LineChartVisual |
getLineChartVisual()
A line chart.
|
PieChartVisual |
getPieChartVisual()
A pie or donut chart.
|
PivotTableVisual |
getPivotTableVisual()
A pivot table.
|
RadarChartVisual |
getRadarChartVisual()
A radar chart visual.
|
SankeyDiagramVisual |
getSankeyDiagramVisual()
A sankey diagram.
|
ScatterPlotVisual |
getScatterPlotVisual()
A scatter plot.
|
TableVisual |
getTableVisual()
A table visual.
|
TreeMapVisual |
getTreeMapVisual()
A tree map.
|
WaterfallVisual |
getWaterfallVisual()
A waterfall chart.
|
WordCloudVisual |
getWordCloudVisual()
A word cloud.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBarChartVisual(BarChartVisual barChartVisual)
A bar chart.
|
void |
setBoxPlotVisual(BoxPlotVisual boxPlotVisual)
A box plot.
|
void |
setComboChartVisual(ComboChartVisual comboChartVisual)
A combo chart.
|
void |
setCustomContentVisual(CustomContentVisual customContentVisual)
A visual that contains custom content.
|
void |
setEmptyVisual(EmptyVisual emptyVisual)
An empty visual.
|
void |
setFilledMapVisual(FilledMapVisual filledMapVisual)
A filled map.
|
void |
setFunnelChartVisual(FunnelChartVisual funnelChartVisual)
A funnel chart.
|
void |
setGaugeChartVisual(GaugeChartVisual gaugeChartVisual)
A gauge chart.
|
void |
setGeospatialMapVisual(GeospatialMapVisual geospatialMapVisual)
A geospatial map or a points on map visual.
|
void |
setHeatMapVisual(HeatMapVisual heatMapVisual)
A heat map.
|
void |
setHistogramVisual(HistogramVisual histogramVisual)
A histogram.
|
void |
setInsightVisual(InsightVisual insightVisual)
An insight visual.
|
void |
setKPIVisual(KPIVisual kPIVisual)
A key performance indicator (KPI).
|
void |
setLineChartVisual(LineChartVisual lineChartVisual)
A line chart.
|
void |
setPieChartVisual(PieChartVisual pieChartVisual)
A pie or donut chart.
|
void |
setPivotTableVisual(PivotTableVisual pivotTableVisual)
A pivot table.
|
void |
setRadarChartVisual(RadarChartVisual radarChartVisual)
A radar chart visual.
|
void |
setSankeyDiagramVisual(SankeyDiagramVisual sankeyDiagramVisual)
A sankey diagram.
|
void |
setScatterPlotVisual(ScatterPlotVisual scatterPlotVisual)
A scatter plot.
|
void |
setTableVisual(TableVisual tableVisual)
A table visual.
|
void |
setTreeMapVisual(TreeMapVisual treeMapVisual)
A tree map.
|
void |
setWaterfallVisual(WaterfallVisual waterfallVisual)
A waterfall chart.
|
void |
setWordCloudVisual(WordCloudVisual wordCloudVisual)
A word cloud.
|
String |
toString()
Returns a string representation of this object.
|
Visual |
withBarChartVisual(BarChartVisual barChartVisual)
A bar chart.
|
Visual |
withBoxPlotVisual(BoxPlotVisual boxPlotVisual)
A box plot.
|
Visual |
withComboChartVisual(ComboChartVisual comboChartVisual)
A combo chart.
|
Visual |
withCustomContentVisual(CustomContentVisual customContentVisual)
A visual that contains custom content.
|
Visual |
withEmptyVisual(EmptyVisual emptyVisual)
An empty visual.
|
Visual |
withFilledMapVisual(FilledMapVisual filledMapVisual)
A filled map.
|
Visual |
withFunnelChartVisual(FunnelChartVisual funnelChartVisual)
A funnel chart.
|
Visual |
withGaugeChartVisual(GaugeChartVisual gaugeChartVisual)
A gauge chart.
|
Visual |
withGeospatialMapVisual(GeospatialMapVisual geospatialMapVisual)
A geospatial map or a points on map visual.
|
Visual |
withHeatMapVisual(HeatMapVisual heatMapVisual)
A heat map.
|
Visual |
withHistogramVisual(HistogramVisual histogramVisual)
A histogram.
|
Visual |
withInsightVisual(InsightVisual insightVisual)
An insight visual.
|
Visual |
withKPIVisual(KPIVisual kPIVisual)
A key performance indicator (KPI).
|
Visual |
withLineChartVisual(LineChartVisual lineChartVisual)
A line chart.
|
Visual |
withPieChartVisual(PieChartVisual pieChartVisual)
A pie or donut chart.
|
Visual |
withPivotTableVisual(PivotTableVisual pivotTableVisual)
A pivot table.
|
Visual |
withRadarChartVisual(RadarChartVisual radarChartVisual)
A radar chart visual.
|
Visual |
withSankeyDiagramVisual(SankeyDiagramVisual sankeyDiagramVisual)
A sankey diagram.
|
Visual |
withScatterPlotVisual(ScatterPlotVisual scatterPlotVisual)
A scatter plot.
|
Visual |
withTableVisual(TableVisual tableVisual)
A table visual.
|
Visual |
withTreeMapVisual(TreeMapVisual treeMapVisual)
A tree map.
|
Visual |
withWaterfallVisual(WaterfallVisual waterfallVisual)
A waterfall chart.
|
Visual |
withWordCloudVisual(WordCloudVisual wordCloudVisual)
A word cloud.
|
public void setTableVisual(TableVisual tableVisual)
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
tableVisual
- A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
public TableVisual getTableVisual()
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
public Visual withTableVisual(TableVisual tableVisual)
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
tableVisual
- A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
public void setPivotTableVisual(PivotTableVisual pivotTableVisual)
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
pivotTableVisual
- A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
public PivotTableVisual getPivotTableVisual()
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
public Visual withPivotTableVisual(PivotTableVisual pivotTableVisual)
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
pivotTableVisual
- A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
public void setBarChartVisual(BarChartVisual barChartVisual)
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
barChartVisual
- A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
public BarChartVisual getBarChartVisual()
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
public Visual withBarChartVisual(BarChartVisual barChartVisual)
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
barChartVisual
- A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
public void setKPIVisual(KPIVisual kPIVisual)
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
kPIVisual
- A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
public KPIVisual getKPIVisual()
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
For more information, see Using KPIs in the Amazon QuickSight User Guide.
public Visual withKPIVisual(KPIVisual kPIVisual)
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
kPIVisual
- A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
public void setPieChartVisual(PieChartVisual pieChartVisual)
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
pieChartVisual
- A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
public PieChartVisual getPieChartVisual()
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
public Visual withPieChartVisual(PieChartVisual pieChartVisual)
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
pieChartVisual
- A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
public void setGaugeChartVisual(GaugeChartVisual gaugeChartVisual)
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
gaugeChartVisual
- A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
public GaugeChartVisual getGaugeChartVisual()
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
public Visual withGaugeChartVisual(GaugeChartVisual gaugeChartVisual)
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
gaugeChartVisual
- A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
public void setLineChartVisual(LineChartVisual lineChartVisual)
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
lineChartVisual
- A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
public LineChartVisual getLineChartVisual()
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
For more information, see Using line charts in the Amazon QuickSight User Guide.
public Visual withLineChartVisual(LineChartVisual lineChartVisual)
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
lineChartVisual
- A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
public void setHeatMapVisual(HeatMapVisual heatMapVisual)
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
heatMapVisual
- A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
public HeatMapVisual getHeatMapVisual()
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
public Visual withHeatMapVisual(HeatMapVisual heatMapVisual)
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
heatMapVisual
- A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
public void setTreeMapVisual(TreeMapVisual treeMapVisual)
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
treeMapVisual
- A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
public TreeMapVisual getTreeMapVisual()
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
public Visual withTreeMapVisual(TreeMapVisual treeMapVisual)
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
treeMapVisual
- A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
public void setGeospatialMapVisual(GeospatialMapVisual geospatialMapVisual)
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
geospatialMapVisual
- A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
public GeospatialMapVisual getGeospatialMapVisual()
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
public Visual withGeospatialMapVisual(GeospatialMapVisual geospatialMapVisual)
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
geospatialMapVisual
- A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
public void setFilledMapVisual(FilledMapVisual filledMapVisual)
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
filledMapVisual
- A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
public FilledMapVisual getFilledMapVisual()
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
public Visual withFilledMapVisual(FilledMapVisual filledMapVisual)
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
filledMapVisual
- A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
public void setFunnelChartVisual(FunnelChartVisual funnelChartVisual)
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
funnelChartVisual
- A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
public FunnelChartVisual getFunnelChartVisual()
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
public Visual withFunnelChartVisual(FunnelChartVisual funnelChartVisual)
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
funnelChartVisual
- A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
public void setScatterPlotVisual(ScatterPlotVisual scatterPlotVisual)
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
scatterPlotVisual
- A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
public ScatterPlotVisual getScatterPlotVisual()
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
public Visual withScatterPlotVisual(ScatterPlotVisual scatterPlotVisual)
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
scatterPlotVisual
- A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
public void setComboChartVisual(ComboChartVisual comboChartVisual)
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
comboChartVisual
- A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
public ComboChartVisual getComboChartVisual()
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
public Visual withComboChartVisual(ComboChartVisual comboChartVisual)
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
comboChartVisual
- A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
public void setBoxPlotVisual(BoxPlotVisual boxPlotVisual)
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
boxPlotVisual
- A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
public BoxPlotVisual getBoxPlotVisual()
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
For more information, see Using box plots in the Amazon QuickSight User Guide.
public Visual withBoxPlotVisual(BoxPlotVisual boxPlotVisual)
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
boxPlotVisual
- A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
public void setWaterfallVisual(WaterfallVisual waterfallVisual)
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
waterfallVisual
- A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
public WaterfallVisual getWaterfallVisual()
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
public Visual withWaterfallVisual(WaterfallVisual waterfallVisual)
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
waterfallVisual
- A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
public void setHistogramVisual(HistogramVisual histogramVisual)
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
histogramVisual
- A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
public HistogramVisual getHistogramVisual()
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
For more information, see Using histograms in the Amazon QuickSight User Guide.
public Visual withHistogramVisual(HistogramVisual histogramVisual)
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
histogramVisual
- A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
public void setWordCloudVisual(WordCloudVisual wordCloudVisual)
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
wordCloudVisual
- A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
public WordCloudVisual getWordCloudVisual()
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
public Visual withWordCloudVisual(WordCloudVisual wordCloudVisual)
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
wordCloudVisual
- A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
public void setInsightVisual(InsightVisual insightVisual)
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
insightVisual
- An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
public InsightVisual getInsightVisual()
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
For more information, see Working with insights in the Amazon QuickSight User Guide.
public Visual withInsightVisual(InsightVisual insightVisual)
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
insightVisual
- An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
public void setSankeyDiagramVisual(SankeyDiagramVisual sankeyDiagramVisual)
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
sankeyDiagramVisual
- A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
public SankeyDiagramVisual getSankeyDiagramVisual()
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
public Visual withSankeyDiagramVisual(SankeyDiagramVisual sankeyDiagramVisual)
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
sankeyDiagramVisual
- A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
public void setCustomContentVisual(CustomContentVisual customContentVisual)
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
customContentVisual
- A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
public CustomContentVisual getCustomContentVisual()
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
public Visual withCustomContentVisual(CustomContentVisual customContentVisual)
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
customContentVisual
- A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
public void setEmptyVisual(EmptyVisual emptyVisual)
An empty visual.
emptyVisual
- An empty visual.public EmptyVisual getEmptyVisual()
An empty visual.
public Visual withEmptyVisual(EmptyVisual emptyVisual)
An empty visual.
emptyVisual
- An empty visual.public void setRadarChartVisual(RadarChartVisual radarChartVisual)
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
radarChartVisual
- A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
public RadarChartVisual getRadarChartVisual()
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
public Visual withRadarChartVisual(RadarChartVisual radarChartVisual)
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
radarChartVisual
- A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.