7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iotevents/model/Event.h>
49 template<
typename EventsT = Aws::Vector<Event>>
50 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
51 template<
typename EventsT = Aws::Vector<Event>>
53 template<
typename EventsT = Event>
54 OnEnterLifecycle&
AddEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events.emplace_back(std::forward<EventsT>(value));
return *
this; }
59 bool m_eventsHasBeenSet =
false;
AWS_IOTEVENTS_API OnEnterLifecycle & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Event > & GetEvents() const
OnEnterLifecycle & WithEvents(EventsT &&value)
bool EventsHasBeenSet() const
void SetEvents(EventsT &&value)
AWS_IOTEVENTS_API OnEnterLifecycle(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
OnEnterLifecycle & AddEvents(EventsT &&value)
AWS_IOTEVENTS_API OnEnterLifecycle()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue