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/VisualCustomAction.h>
47 template <
typename VisualIdT = Aws::String>
49 m_visualIdHasBeenSet =
true;
50 m_visualId = std::forward<VisualIdT>(value);
52 template <
typename VisualIdT = Aws::String>
66 template <
typename DataSetIdentifierT = Aws::String>
68 m_dataSetIdentifierHasBeenSet =
true;
69 m_dataSetIdentifier = std::forward<DataSetIdentifierT>(value);
71 template <
typename DataSetIdentifierT = Aws::String>
85 template <
typename TopicIdentifierT = Aws::String>
87 m_topicIdentifierHasBeenSet =
true;
88 m_topicIdentifier = std::forward<TopicIdentifierT>(value);
90 template <
typename TopicIdentifierT = Aws::String>
103 template <
typename ActionsT = Aws::Vector<VisualCustomAction>>
105 m_actionsHasBeenSet =
true;
106 m_actions = std::forward<ActionsT>(value);
108 template <
typename ActionsT = Aws::Vector<VisualCustomAction>>
113 template <
typename ActionsT = VisualCustomAction>
115 m_actionsHasBeenSet =
true;
116 m_actions.emplace_back(std::forward<ActionsT>(value));
128 bool m_visualIdHasBeenSet =
false;
129 bool m_dataSetIdentifierHasBeenSet =
false;
130 bool m_topicIdentifierHasBeenSet =
false;
131 bool m_actionsHasBeenSet =
false;
void SetDataSetIdentifier(DataSetIdentifierT &&value)
AWS_QUICKSIGHT_API EmptyVisual(Aws::Utils::Json::JsonView jsonValue)
EmptyVisual & AddActions(ActionsT &&value)
bool VisualIdHasBeenSet() const
EmptyVisual & WithActions(ActionsT &&value)
EmptyVisual & WithVisualId(VisualIdT &&value)
void SetVisualId(VisualIdT &&value)
const Aws::Vector< VisualCustomAction > & GetActions() const
bool TopicIdentifierHasBeenSet() const
const Aws::String & GetTopicIdentifier() const
EmptyVisual & WithTopicIdentifier(TopicIdentifierT &&value)
AWS_QUICKSIGHT_API EmptyVisual()=default
void SetActions(ActionsT &&value)
bool ActionsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
EmptyVisual & WithDataSetIdentifier(DataSetIdentifierT &&value)
AWS_QUICKSIGHT_API EmptyVisual & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTopicIdentifier(TopicIdentifierT &&value)
const Aws::String & GetDataSetIdentifier() const
const Aws::String & GetVisualId() const
bool DataSetIdentifierHasBeenSet() 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