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/LayerCustomActionTrigger.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/LayerCustomActionOperation.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<LayerCustomActionOperation>>
101 void SetActionOperations(ActionOperationsT&& value) { m_actionOperationsHasBeenSet =
true; m_actionOperations = std::forward<ActionOperationsT>(value); }
102 template<
typename ActionOperationsT = Aws::Vector<LayerCustomActionOperation>>
104 template<
typename ActionOperationsT = LayerCustomActionOperation>
105 LayerCustomAction&
AddActionOperations(ActionOperationsT&& value) { m_actionOperationsHasBeenSet =
true; m_actionOperations.emplace_back(std::forward<ActionOperationsT>(value));
return *
this; }
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;
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