7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/WirelessGatewayType.h>
9#include <aws/iotwireless/model/LogLevel.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotwireless/model/WirelessGatewayEventLogOption.h>
59 inline void SetLogLevel(
LogLevel&& value) { m_logLevelHasBeenSet =
true; m_logLevel = std::move(value); }
78 bool m_typeHasBeenSet =
false;
81 bool m_logLevelHasBeenSet =
false;
84 bool m_eventsHasBeenSet =
false;
WirelessGatewayLogOption & WithLogLevel(LogLevel &&value)
void SetLogLevel(LogLevel &&value)
AWS_IOTWIRELESS_API WirelessGatewayLogOption()
bool TypeHasBeenSet() const
void SetType(WirelessGatewayType &&value)
WirelessGatewayLogOption & WithType(const WirelessGatewayType &value)
WirelessGatewayLogOption & WithLogLevel(const LogLevel &value)
WirelessGatewayLogOption & WithEvents(const Aws::Vector< WirelessGatewayEventLogOption > &value)
const Aws::Vector< WirelessGatewayEventLogOption > & GetEvents() const
bool LogLevelHasBeenSet() const
const WirelessGatewayType & GetType() const
const LogLevel & GetLogLevel() const
void SetEvents(const Aws::Vector< WirelessGatewayEventLogOption > &value)
WirelessGatewayLogOption & WithEvents(Aws::Vector< WirelessGatewayEventLogOption > &&value)
WirelessGatewayLogOption & AddEvents(const WirelessGatewayEventLogOption &value)
AWS_IOTWIRELESS_API WirelessGatewayLogOption(Aws::Utils::Json::JsonView jsonValue)
void SetEvents(Aws::Vector< WirelessGatewayEventLogOption > &&value)
AWS_IOTWIRELESS_API WirelessGatewayLogOption & operator=(Aws::Utils::Json::JsonView jsonValue)
WirelessGatewayLogOption & AddEvents(WirelessGatewayEventLogOption &&value)
WirelessGatewayLogOption & WithType(WirelessGatewayType &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogLevel(const LogLevel &value)
void SetType(const WirelessGatewayType &value)
bool EventsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue