7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iotevents/model/Event.h>
10#include <aws/iotevents/model/TransitionEvent.h>
50 template<
typename EventsT = Aws::Vector<Event>>
51 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
52 template<
typename EventsT = Aws::Vector<Event>>
54 template<
typename EventsT = Event>
55 OnInputLifecycle&
AddEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events.emplace_back(std::forward<EventsT>(value));
return *
this; }
65 template<
typename TransitionEventsT = Aws::Vector<TransitionEvent>>
66 void SetTransitionEvents(TransitionEventsT&& value) { m_transitionEventsHasBeenSet =
true; m_transitionEvents = std::forward<TransitionEventsT>(value); }
67 template<
typename TransitionEventsT = Aws::Vector<TransitionEvent>>
69 template<
typename TransitionEventsT = TransitionEvent>
70 OnInputLifecycle&
AddTransitionEvents(TransitionEventsT&& value) { m_transitionEventsHasBeenSet =
true; m_transitionEvents.emplace_back(std::forward<TransitionEventsT>(value));
return *
this; }
75 bool m_eventsHasBeenSet =
false;
78 bool m_transitionEventsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue