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/LayerCustomActionOperation.h>
11#include <aws/quicksight/model/LayerCustomActionTrigger.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<LayerCustomActionOperation>>
120 m_actionOperationsHasBeenSet =
true;
121 m_actionOperations = std::forward<ActionOperationsT>(value);
123 template <
typename ActionOperationsT = Aws::Vector<LayerCustomActionOperation>>
128 template <
typename ActionOperationsT = LayerCustomActionOperation>
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;
LayerCustomAction & WithActionOperations(ActionOperationsT &&value)
LayerCustomAction & WithName(NameT &&value)
bool NameHasBeenSet() const
bool CustomActionIdHasBeenSet() const
void SetActionOperations(ActionOperationsT &&value)
LayerCustomActionTrigger GetTrigger() const
AWS_QUICKSIGHT_API LayerCustomAction()=default
WidgetStatus GetStatus() const
AWS_QUICKSIGHT_API LayerCustomAction(Aws::Utils::Json::JsonView jsonValue)
LayerCustomAction & WithTrigger(LayerCustomActionTrigger value)
AWS_QUICKSIGHT_API LayerCustomAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ActionOperationsHasBeenSet() const
void SetCustomActionId(CustomActionIdT &&value)
const Aws::String & GetCustomActionId() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
LayerCustomAction & AddActionOperations(ActionOperationsT &&value)
void SetName(NameT &&value)
const Aws::Vector< LayerCustomActionOperation > & GetActionOperations() const
void SetStatus(WidgetStatus value)
void SetTrigger(LayerCustomActionTrigger value)
LayerCustomAction & WithCustomActionId(CustomActionIdT &&value)
bool TriggerHasBeenSet() const
const Aws::String & GetName() const
bool StatusHasBeenSet() const
LayerCustomAction & WithStatus(WidgetStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue