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>
64 template<
typename EventsT = Aws::Vector<WirelessGatewayEventLogOption>>
65 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
66 template<
typename EventsT = Aws::Vector<WirelessGatewayEventLogOption>>
68 template<
typename EventsT = WirelessGatewayEventLogOption>
74 bool m_typeHasBeenSet =
false;
77 bool m_logLevelHasBeenSet =
false;
80 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