7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9#include <aws/iotwireless/model/LoRaWANGateway.h>
20namespace IoTWireless {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
114 template <
typename LoRaWANT = LoRaWANGateway>
116 m_loRaWANHasBeenSet =
true;
117 m_loRaWAN = std::forward<LoRaWANT>(value);
119 template <
typename LoRaWANT = LoRaWANGateway>
133 template <
typename LastUplinkReceivedAtT = Aws::String>
135 m_lastUplinkReceivedAtHasBeenSet =
true;
136 m_lastUplinkReceivedAt = std::forward<LastUplinkReceivedAtT>(value);
138 template <
typename LastUplinkReceivedAtT = Aws::String>
156 bool m_arnHasBeenSet =
false;
157 bool m_idHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
160 bool m_loRaWANHasBeenSet =
false;
161 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