7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/iotevents/IoTEvents_EXPORTS.h>
9#include <aws/iotevents/model/Event.h>
10#include <aws/iotevents/model/TransitionEvent.h>
44 template <
typename EventsT = Aws::Vector<Event>>
46 m_eventsHasBeenSet =
true;
47 m_events = std::forward<EventsT>(value);
49 template <
typename EventsT = Aws::Vector<Event>>
54 template <
typename EventsT = Event>
56 m_eventsHasBeenSet =
true;
57 m_events.emplace_back(std::forward<EventsT>(value));
69 template <
typename TransitionEventsT = Aws::Vector<TransitionEvent>>
71 m_transitionEventsHasBeenSet =
true;
72 m_transitionEvents = std::forward<TransitionEventsT>(value);
74 template <
typename TransitionEventsT = Aws::Vector<TransitionEvent>>
79 template <
typename TransitionEventsT = TransitionEvent>
81 m_transitionEventsHasBeenSet =
true;
82 m_transitionEvents.emplace_back(std::forward<TransitionEventsT>(value));
90 bool m_eventsHasBeenSet =
false;
91 bool m_transitionEventsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue