7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/WidgetStatus.h>
10#include <aws/quicksight/model/VisualCustomActionTrigger.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/VisualCustomActionOperation.h>
50 template<
typename CustomActionIdT = Aws::String>
51 void SetCustomActionId(CustomActionIdT&& value) { m_customActionIdHasBeenSet =
true; m_customActionId = std::forward<CustomActionIdT>(value); }
52 template<
typename CustomActionIdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
100 template<
typename ActionOperationsT = Aws::Vector<VisualCustomActionOperation>>
101 void SetActionOperations(ActionOperationsT&& value) { m_actionOperationsHasBeenSet =
true; m_actionOperations = std::forward<ActionOperationsT>(value); }
102 template<
typename ActionOperationsT = Aws::Vector<VisualCustomActionOperation>>
104 template<
typename ActionOperationsT = VisualCustomActionOperation>
110 bool m_customActionIdHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
116 bool m_statusHasBeenSet =
false;
119 bool m_triggerHasBeenSet =
false;
122 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