7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9#include <aws/iotwireless/model/LogLevel.h>
10#include <aws/iotwireless/model/WirelessDeviceEventLogOption.h>
11#include <aws/iotwireless/model/WirelessDeviceType.h>
22namespace IoTWireless {
45 m_typeHasBeenSet =
true;
59 m_logLevelHasBeenSet =
true;
72 template <
typename EventsT = Aws::Vector<WirelessDeviceEventLogOption>>
74 m_eventsHasBeenSet =
true;
75 m_events = std::forward<EventsT>(value);
77 template <
typename EventsT = Aws::Vector<WirelessDeviceEventLogOption>>
82 template <
typename EventsT = WirelessDeviceEventLogOption>
84 m_eventsHasBeenSet =
true;
85 m_events.emplace_back(std::forward<EventsT>(value));
95 bool m_typeHasBeenSet =
false;
96 bool m_logLevelHasBeenSet =
false;
97 bool m_eventsHasBeenSet =
false;
WirelessDeviceLogOption & AddEvents(EventsT &&value)
void SetLogLevel(LogLevel value)
WirelessDeviceLogOption & WithType(WirelessDeviceType value)
WirelessDeviceLogOption & WithLogLevel(LogLevel value)
WirelessDeviceType GetType() const
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(WirelessDeviceType value)
void SetEvents(EventsT &&value)
bool EventsHasBeenSet() const
AWS_IOTWIRELESS_API WirelessDeviceLogOption & operator=(Aws::Utils::Json::JsonView jsonValue)
WirelessDeviceLogOption & WithEvents(EventsT &&value)
AWS_IOTWIRELESS_API WirelessDeviceLogOption(Aws::Utils::Json::JsonView jsonValue)
LogLevel GetLogLevel() const
bool LogLevelHasBeenSet() const
const Aws::Vector< WirelessDeviceEventLogOption > & GetEvents() const
bool TypeHasBeenSet() const
AWS_IOTWIRELESS_API WirelessDeviceLogOption()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue