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/VisualCustomActionOperation.h>
11#include <aws/quicksight/model/VisualCustomActionTrigger.h>
12#include <aws/quicksight/model/WidgetStatus.h>
44 template <
typename CustomActionIdT = Aws::String>
46 m_customActionIdHasBeenSet =
true;
47 m_customActionId = std::forward<CustomActionIdT>(value);
49 template <
typename CustomActionIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
81 m_statusHasBeenSet =
true;
101 m_triggerHasBeenSet =
true;
118 template <
typename ActionOperationsT = Aws::Vector<VisualCustomActionOperation>>
120 m_actionOperationsHasBeenSet =
true;
121 m_actionOperations = std::forward<ActionOperationsT>(value);
123 template <
typename ActionOperationsT = Aws::Vector<VisualCustomActionOperation>>
128 template <
typename ActionOperationsT = VisualCustomActionOperation>
130 m_actionOperationsHasBeenSet =
true;
131 m_actionOperations.emplace_back(std::forward<ActionOperationsT>(value));
145 bool m_customActionIdHasBeenSet =
false;
146 bool m_nameHasBeenSet =
false;
147 bool m_statusHasBeenSet =
false;
148 bool m_triggerHasBeenSet =
false;
149 bool m_actionOperationsHasBeenSet =
false;
const Aws::String & GetCustomActionId() const
bool TriggerHasBeenSet() const
VisualCustomAction & WithActionOperations(ActionOperationsT &&value)
VisualCustomAction & WithStatus(WidgetStatus value)
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
AWS_QUICKSIGHT_API VisualCustomAction(Aws::Utils::Json::JsonView jsonValue)
void SetActionOperations(ActionOperationsT &&value)
VisualCustomActionTrigger GetTrigger() const
void SetName(NameT &&value)
AWS_QUICKSIGHT_API VisualCustomAction & operator=(Aws::Utils::Json::JsonView jsonValue)
VisualCustomAction & AddActionOperations(ActionOperationsT &&value)
const Aws::Vector< VisualCustomActionOperation > & GetActionOperations() const
void SetTrigger(VisualCustomActionTrigger value)
VisualCustomAction & WithCustomActionId(CustomActionIdT &&value)
VisualCustomAction & WithName(NameT &&value)
bool ActionOperationsHasBeenSet() const
const Aws::String & GetName() const
AWS_QUICKSIGHT_API VisualCustomAction()=default
void SetCustomActionId(CustomActionIdT &&value)
WidgetStatus GetStatus() const
void SetStatus(WidgetStatus value)
VisualCustomAction & WithTrigger(VisualCustomActionTrigger value)
bool CustomActionIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
VisualCustomActionTrigger
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue