7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/Action.h>
11#include <aws/glue/model/EventBatchingCondition.h>
12#include <aws/glue/model/Predicate.h>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
85 template <
typename ScheduleT = Aws::String>
87 m_scheduleHasBeenSet =
true;
88 m_schedule = std::forward<ScheduleT>(value);
90 template <
typename ScheduleT = Aws::String>
103 template <
typename ActionsT = Aws::Vector<Action>>
105 m_actionsHasBeenSet =
true;
106 m_actions = std::forward<ActionsT>(value);
108 template <
typename ActionsT = Aws::Vector<Action>>
113 template <
typename ActionsT = Action>
115 m_actionsHasBeenSet =
true;
116 m_actions.emplace_back(std::forward<ActionsT>(value));
127 template <
typename PredicateT = Predicate>
129 m_predicateHasBeenSet =
true;
130 m_predicate = std::forward<PredicateT>(value);
132 template <
typename PredicateT = Predicate>
146 template <
typename EventBatchingConditionT = EventBatchingCondition>
148 m_eventBatchingConditionHasBeenSet =
true;
149 m_eventBatchingCondition = std::forward<EventBatchingConditionT>(value);
151 template <
typename EventBatchingConditionT = EventBatchingCondition>
159 bool m_nameHasBeenSet =
false;
162 bool m_descriptionHasBeenSet =
false;
165 bool m_scheduleHasBeenSet =
false;
168 bool m_actionsHasBeenSet =
false;
171 bool m_predicateHasBeenSet =
false;
174 bool m_eventBatchingConditionHasBeenSet =
false;
void SetActions(ActionsT &&value)
bool ScheduleHasBeenSet() const
bool NameHasBeenSet() const
TriggerUpdate & WithEventBatchingCondition(EventBatchingConditionT &&value)
TriggerUpdate & WithName(NameT &&value)
TriggerUpdate & AddActions(ActionsT &&value)
void SetSchedule(ScheduleT &&value)
bool EventBatchingConditionHasBeenSet() const
const Predicate & GetPredicate() const
AWS_GLUE_API TriggerUpdate()=default
void SetPredicate(PredicateT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetName() const
void SetEventBatchingCondition(EventBatchingConditionT &&value)
const Aws::Vector< Action > & GetActions() const
TriggerUpdate & WithActions(ActionsT &&value)
const EventBatchingCondition & GetEventBatchingCondition() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
TriggerUpdate & WithDescription(DescriptionT &&value)
AWS_GLUE_API TriggerUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PredicateHasBeenSet() const
TriggerUpdate & WithPredicate(PredicateT &&value)
TriggerUpdate & WithSchedule(ScheduleT &&value)
AWS_GLUE_API TriggerUpdate(Aws::Utils::Json::JsonView jsonValue)
bool ActionsHasBeenSet() const
const Aws::String & GetSchedule() const
void SetDescription(DescriptionT &&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