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>
61 inline void SetLogLevel(
LogLevel&& value) { m_logLevelHasBeenSet =
true; m_logLevel = std::move(value); }
80 bool m_typeHasBeenSet =
false;
83 bool m_logLevelHasBeenSet =
false;
86 bool m_eventsHasBeenSet =
false;
WirelessDeviceLogOption & WithType(const WirelessDeviceType &value)
WirelessDeviceLogOption & WithEvents(const Aws::Vector< WirelessDeviceEventLogOption > &value)
const WirelessDeviceType & GetType() const
const LogLevel & GetLogLevel() const
void SetLogLevel(LogLevel &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
WirelessDeviceLogOption & WithLogLevel(LogLevel &&value)
WirelessDeviceLogOption & WithEvents(Aws::Vector< WirelessDeviceEventLogOption > &&value)
WirelessDeviceLogOption & WithType(WirelessDeviceType &&value)
WirelessDeviceLogOption & WithLogLevel(const LogLevel &value)
AWS_IOTWIRELESS_API WirelessDeviceLogOption()
WirelessDeviceLogOption & AddEvents(const WirelessDeviceEventLogOption &value)
bool EventsHasBeenSet() const
AWS_IOTWIRELESS_API WirelessDeviceLogOption & operator=(Aws::Utils::Json::JsonView jsonValue)
WirelessDeviceLogOption & AddEvents(WirelessDeviceEventLogOption &&value)
void SetType(WirelessDeviceType &&value)
AWS_IOTWIRELESS_API WirelessDeviceLogOption(Aws::Utils::Json::JsonView jsonValue)
void SetEvents(const Aws::Vector< WirelessDeviceEventLogOption > &value)
bool LogLevelHasBeenSet() const
const Aws::Vector< WirelessDeviceEventLogOption > & GetEvents() const
bool TypeHasBeenSet() const
void SetType(const WirelessDeviceType &value)
void SetLogLevel(const LogLevel &value)
void SetEvents(Aws::Vector< WirelessDeviceEventLogOption > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue