7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/LoRaWANGateway.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename IdT = Aws::String>
61 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
62 template<
typename IdT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
96 template<
typename LoRaWANT = LoRaWANGateway>
97 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
98 template<
typename LoRaWANT = LoRaWANGateway>
109 template<
typename LastUplinkReceivedAtT = Aws::String>
110 void SetLastUplinkReceivedAt(LastUplinkReceivedAtT&& value) { m_lastUplinkReceivedAtHasBeenSet =
true; m_lastUplinkReceivedAt = std::forward<LastUplinkReceivedAtT>(value); }
111 template<
typename LastUplinkReceivedAtT = Aws::String>
117 bool m_arnHasBeenSet =
false;
120 bool m_idHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_loRaWANHasBeenSet =
false;
132 bool m_lastUplinkReceivedAtHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
WirelessGatewayStatistics & WithDescription(DescriptionT &&value)
const Aws::String & GetId() const
WirelessGatewayStatistics & WithId(IdT &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastUplinkReceivedAtHasBeenSet() const
void SetName(NameT &&value)
void SetLastUplinkReceivedAt(LastUplinkReceivedAtT &&value)
const LoRaWANGateway & GetLoRaWAN() const
AWS_IOTWIRELESS_API WirelessGatewayStatistics(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
WirelessGatewayStatistics & WithLastUplinkReceivedAt(LastUplinkReceivedAtT &&value)
AWS_IOTWIRELESS_API WirelessGatewayStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
WirelessGatewayStatistics & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetLastUplinkReceivedAt() const
bool IdHasBeenSet() const
bool LoRaWANHasBeenSet() const
AWS_IOTWIRELESS_API WirelessGatewayStatistics()=default
const Aws::String & GetName() const
void SetLoRaWAN(LoRaWANT &&value)
bool DescriptionHasBeenSet() const
WirelessGatewayStatistics & WithArn(ArnT &&value)
WirelessGatewayStatistics & WithLoRaWAN(LoRaWANT &&value)
const Aws::String & GetDescription() const
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue