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/WirelessGatewayEventLogOption.h>
11#include <aws/iotwireless/model/WirelessGatewayType.h>
22namespace IoTWireless {
43 m_typeHasBeenSet =
true;
57 m_logLevelHasBeenSet =
true;
70 template <
typename EventsT = Aws::Vector<WirelessGatewayEventLogOption>>
72 m_eventsHasBeenSet =
true;
73 m_events = std::forward<EventsT>(value);
75 template <
typename EventsT = Aws::Vector<WirelessGatewayEventLogOption>>
80 template <
typename EventsT = WirelessGatewayEventLogOption>
82 m_eventsHasBeenSet =
true;
83 m_events.emplace_back(std::forward<EventsT>(value));
93 bool m_typeHasBeenSet =
false;
94 bool m_logLevelHasBeenSet =
false;
95 bool m_eventsHasBeenSet =
false;
bool TypeHasBeenSet() const
LogLevel GetLogLevel() const
WirelessGatewayLogOption & WithEvents(EventsT &&value)
const Aws::Vector< WirelessGatewayEventLogOption > & GetEvents() const
WirelessGatewayLogOption & WithType(WirelessGatewayType value)
void SetEvents(EventsT &&value)
bool LogLevelHasBeenSet() const
WirelessGatewayLogOption & AddEvents(EventsT &&value)
AWS_IOTWIRELESS_API WirelessGatewayLogOption(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API WirelessGatewayLogOption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API WirelessGatewayLogOption()=default
WirelessGatewayType GetType() const
void SetLogLevel(LogLevel value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
WirelessGatewayLogOption & WithLogLevel(LogLevel value)
bool EventsHasBeenSet() const
void SetType(WirelessGatewayType value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue