7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/InsightConfiguration.h>
11#include <aws/quicksight/model/VisualCustomAction.h>
12#include <aws/quicksight/model/VisualSubtitleLabelOptions.h>
13#include <aws/quicksight/model/VisualTitleLabelOptions.h>
50 template <
typename VisualIdT = Aws::String>
52 m_visualIdHasBeenSet =
true;
53 m_visualId = std::forward<VisualIdT>(value);
55 template <
typename VisualIdT = Aws::String>
68 template <
typename TitleT = VisualTitleLabelOptions>
70 m_titleHasBeenSet =
true;
71 m_title = std::forward<TitleT>(value);
73 template <
typename TitleT = VisualTitleLabelOptions>
75 SetTitle(std::forward<TitleT>(value));
86 template <
typename SubtitleT = VisualSubtitleLabelOptions>
88 m_subtitleHasBeenSet =
true;
89 m_subtitle = std::forward<SubtitleT>(value);
91 template <
typename SubtitleT = VisualSubtitleLabelOptions>
104 template <
typename InsightConfigurationT = InsightConfiguration>
106 m_insightConfigurationHasBeenSet =
true;
107 m_insightConfiguration = std::forward<InsightConfigurationT>(value);
109 template <
typename InsightConfigurationT = InsightConfiguration>
122 template <
typename ActionsT = Aws::Vector<VisualCustomAction>>
124 m_actionsHasBeenSet =
true;
125 m_actions = std::forward<ActionsT>(value);
127 template <
typename ActionsT = Aws::Vector<VisualCustomAction>>
132 template <
typename ActionsT = VisualCustomAction>
134 m_actionsHasBeenSet =
true;
135 m_actions.emplace_back(std::forward<ActionsT>(value));
146 template <
typename DataSetIdentifierT = Aws::String>
148 m_dataSetIdentifierHasBeenSet =
true;
149 m_dataSetIdentifier = std::forward<DataSetIdentifierT>(value);
151 template <
typename DataSetIdentifierT = Aws::String>
164 template <
typename VisualContentAltTextT = Aws::String>
166 m_visualContentAltTextHasBeenSet =
true;
167 m_visualContentAltText = std::forward<VisualContentAltTextT>(value);
169 template <
typename VisualContentAltTextT = Aws::String>
189 bool m_visualIdHasBeenSet =
false;
190 bool m_titleHasBeenSet =
false;
191 bool m_subtitleHasBeenSet =
false;
192 bool m_insightConfigurationHasBeenSet =
false;
193 bool m_actionsHasBeenSet =
false;
194 bool m_dataSetIdentifierHasBeenSet =
false;
195 bool m_visualContentAltTextHasBeenSet =
false;
const Aws::Vector< VisualCustomAction > & GetActions() const
void SetVisualContentAltText(VisualContentAltTextT &&value)
InsightVisual & AddActions(ActionsT &&value)
const Aws::String & GetVisualContentAltText() const
bool ActionsHasBeenSet() const
InsightVisual & WithInsightConfiguration(InsightConfigurationT &&value)
const VisualTitleLabelOptions & GetTitle() const
void SetDataSetIdentifier(DataSetIdentifierT &&value)
bool VisualContentAltTextHasBeenSet() const
InsightVisual & WithTitle(TitleT &&value)
AWS_QUICKSIGHT_API InsightVisual & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TitleHasBeenSet() const
void SetInsightConfiguration(InsightConfigurationT &&value)
AWS_QUICKSIGHT_API InsightVisual()=default
const Aws::String & GetVisualId() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
InsightVisual & WithVisualContentAltText(VisualContentAltTextT &&value)
InsightVisual & WithVisualId(VisualIdT &&value)
const Aws::String & GetDataSetIdentifier() const
void SetActions(ActionsT &&value)
void SetSubtitle(SubtitleT &&value)
InsightVisual & WithActions(ActionsT &&value)
void SetVisualId(VisualIdT &&value)
const InsightConfiguration & GetInsightConfiguration() const
InsightVisual & WithSubtitle(SubtitleT &&value)
bool InsightConfigurationHasBeenSet() const
bool DataSetIdentifierHasBeenSet() const
InsightVisual & WithDataSetIdentifier(DataSetIdentifierT &&value)
void SetTitle(TitleT &&value)
bool SubtitleHasBeenSet() const
AWS_QUICKSIGHT_API InsightVisual(Aws::Utils::Json::JsonView jsonValue)
bool VisualIdHasBeenSet() const
const VisualSubtitleLabelOptions & GetSubtitle() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue