/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A pivot table. For more information, see Using
* pivot tables in the Amazon QuickSight User Guide.See
* Also:
AWS
* API Reference
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..
*/ inline const Aws::String& GetVisualId() const{ return m_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..
*/ inline bool VisualIdHasBeenSet() const { return m_visualIdHasBeenSet; } /** *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..
*/ inline void SetVisualId(const Aws::String& value) { m_visualIdHasBeenSet = true; m_visualId = value; } /** *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..
*/ inline void SetVisualId(Aws::String&& value) { m_visualIdHasBeenSet = true; m_visualId = std::move(value); } /** *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..
*/ inline void SetVisualId(const char* value) { m_visualIdHasBeenSet = true; m_visualId.assign(value); } /** *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..
*/ inline PivotTableVisual& WithVisualId(const Aws::String& value) { SetVisualId(value); return *this;} /** *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..
*/ inline PivotTableVisual& WithVisualId(Aws::String&& value) { SetVisualId(std::move(value)); return *this;} /** *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..
*/ inline PivotTableVisual& WithVisualId(const char* value) { SetVisualId(value); return *this;} /** *The title that is displayed on the visual.
*/ inline const VisualTitleLabelOptions& GetTitle() const{ return m_title; } /** *The title that is displayed on the visual.
*/ inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; } /** *The title that is displayed on the visual.
*/ inline void SetTitle(const VisualTitleLabelOptions& value) { m_titleHasBeenSet = true; m_title = value; } /** *The title that is displayed on the visual.
*/ inline void SetTitle(VisualTitleLabelOptions&& value) { m_titleHasBeenSet = true; m_title = std::move(value); } /** *The title that is displayed on the visual.
*/ inline PivotTableVisual& WithTitle(const VisualTitleLabelOptions& value) { SetTitle(value); return *this;} /** *The title that is displayed on the visual.
*/ inline PivotTableVisual& WithTitle(VisualTitleLabelOptions&& value) { SetTitle(std::move(value)); return *this;} /** *The subtitle that is displayed on the visual.
*/ inline const VisualSubtitleLabelOptions& GetSubtitle() const{ return m_subtitle; } /** *The subtitle that is displayed on the visual.
*/ inline bool SubtitleHasBeenSet() const { return m_subtitleHasBeenSet; } /** *The subtitle that is displayed on the visual.
*/ inline void SetSubtitle(const VisualSubtitleLabelOptions& value) { m_subtitleHasBeenSet = true; m_subtitle = value; } /** *The subtitle that is displayed on the visual.
*/ inline void SetSubtitle(VisualSubtitleLabelOptions&& value) { m_subtitleHasBeenSet = true; m_subtitle = std::move(value); } /** *The subtitle that is displayed on the visual.
*/ inline PivotTableVisual& WithSubtitle(const VisualSubtitleLabelOptions& value) { SetSubtitle(value); return *this;} /** *The subtitle that is displayed on the visual.
*/ inline PivotTableVisual& WithSubtitle(VisualSubtitleLabelOptions&& value) { SetSubtitle(std::move(value)); return *this;} /** *The configuration settings of the visual.
*/ inline const PivotTableConfiguration& GetChartConfiguration() const{ return m_chartConfiguration; } /** *The configuration settings of the visual.
*/ inline bool ChartConfigurationHasBeenSet() const { return m_chartConfigurationHasBeenSet; } /** *The configuration settings of the visual.
*/ inline void SetChartConfiguration(const PivotTableConfiguration& value) { m_chartConfigurationHasBeenSet = true; m_chartConfiguration = value; } /** *The configuration settings of the visual.
*/ inline void SetChartConfiguration(PivotTableConfiguration&& value) { m_chartConfigurationHasBeenSet = true; m_chartConfiguration = std::move(value); } /** *The configuration settings of the visual.
*/ inline PivotTableVisual& WithChartConfiguration(const PivotTableConfiguration& value) { SetChartConfiguration(value); return *this;} /** *The configuration settings of the visual.
*/ inline PivotTableVisual& WithChartConfiguration(PivotTableConfiguration&& value) { SetChartConfiguration(std::move(value)); return *this;} /** *The conditional formatting for a PivotTableVisual
.
The conditional formatting for a PivotTableVisual
.
The conditional formatting for a PivotTableVisual
.
The conditional formatting for a PivotTableVisual
.
The conditional formatting for a PivotTableVisual
.
The conditional formatting for a PivotTableVisual
.
The list of custom actions that are configured for a visual.
*/ inline const Aws::VectorThe list of custom actions that are configured for a visual.
*/ inline bool ActionsHasBeenSet() const { return m_actionsHasBeenSet; } /** *The list of custom actions that are configured for a visual.
*/ inline void SetActions(const Aws::VectorThe list of custom actions that are configured for a visual.
*/ inline void SetActions(Aws::VectorThe list of custom actions that are configured for a visual.
*/ inline PivotTableVisual& WithActions(const Aws::VectorThe list of custom actions that are configured for a visual.
*/ inline PivotTableVisual& WithActions(Aws::VectorThe list of custom actions that are configured for a visual.
*/ inline PivotTableVisual& AddActions(const VisualCustomAction& value) { m_actionsHasBeenSet = true; m_actions.push_back(value); return *this; } /** *The list of custom actions that are configured for a visual.
*/ inline PivotTableVisual& AddActions(VisualCustomAction&& value) { m_actionsHasBeenSet = true; m_actions.push_back(std::move(value)); return *this; } private: Aws::String m_visualId; bool m_visualIdHasBeenSet = false; VisualTitleLabelOptions m_title; bool m_titleHasBeenSet = false; VisualSubtitleLabelOptions m_subtitle; bool m_subtitleHasBeenSet = false; PivotTableConfiguration m_chartConfiguration; bool m_chartConfigurationHasBeenSet = false; PivotTableConditionalFormatting m_conditionalFormatting; bool m_conditionalFormattingHasBeenSet = false; Aws::Vector