7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/WirelessDeviceType.h>
9#include <aws/iotwireless/model/LogLevel.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotwireless/model/WirelessDeviceEventLogOption.h>
66 template<
typename EventsT = Aws::Vector<WirelessDeviceEventLogOption>>
67 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
68 template<
typename EventsT = Aws::Vector<WirelessDeviceEventLogOption>>
70 template<
typename EventsT = WirelessDeviceEventLogOption>
76 bool m_typeHasBeenSet =
false;
79 bool m_logLevelHasBeenSet =
false;
82 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