7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9#include <aws/iotwireless/model/FuotaDeviceStatus.h>
10#include <aws/iotwireless/model/LoRaWANListDevice.h>
11#include <aws/iotwireless/model/PositioningConfigStatus.h>
12#include <aws/iotwireless/model/SidewalkListDevice.h>
13#include <aws/iotwireless/model/WirelessDeviceType.h>
24namespace IoTWireless {
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
64 template <
typename IdT = Aws::String>
66 m_idHasBeenSet =
true;
67 m_id = std::forward<IdT>(value);
69 template <
typename IdT = Aws::String>
71 SetId(std::forward<IdT>(value));
83 m_typeHasBeenSet =
true;
98 template <
typename NameT = Aws::String>
100 m_nameHasBeenSet =
true;
101 m_name = std::forward<NameT>(value);
103 template <
typename NameT = Aws::String>
105 SetName(std::forward<NameT>(value));
116 template <
typename DestinationNameT = Aws::String>
118 m_destinationNameHasBeenSet =
true;
119 m_destinationName = std::forward<DestinationNameT>(value);
121 template <
typename DestinationNameT = Aws::String>
135 template <
typename LastUplinkReceivedAtT = Aws::String>
137 m_lastUplinkReceivedAtHasBeenSet =
true;
138 m_lastUplinkReceivedAt = std::forward<LastUplinkReceivedAtT>(value);
140 template <
typename LastUplinkReceivedAtT = Aws::String>
153 template <
typename LoRaWANT = LoRaWANListDevice>
155 m_loRaWANHasBeenSet =
true;
156 m_loRaWAN = std::forward<LoRaWANT>(value);
158 template <
typename LoRaWANT = LoRaWANListDevice>
171 template <
typename S
idewalkT = S
idewalkListDevice>
173 m_sidewalkHasBeenSet =
true;
174 m_sidewalk = std::forward<SidewalkT>(value);
176 template <
typename S
idewalkT = S
idewalkListDevice>
188 m_fuotaDeviceStatusHasBeenSet =
true;
189 m_fuotaDeviceStatus = value;
203 template <
typename MulticastDeviceStatusT = Aws::String>
205 m_multicastDeviceStatusHasBeenSet =
true;
206 m_multicastDeviceStatus = std::forward<MulticastDeviceStatusT>(value);
208 template <
typename MulticastDeviceStatusT = Aws::String>
220 m_mcGroupIdHasBeenSet =
true;
237 m_positioningHasBeenSet =
true;
238 m_positioning = value;
258 LoRaWANListDevice m_loRaWAN;
260 SidewalkListDevice m_sidewalk;
269 bool m_arnHasBeenSet =
false;
270 bool m_idHasBeenSet =
false;
271 bool m_typeHasBeenSet =
false;
272 bool m_nameHasBeenSet =
false;
273 bool m_destinationNameHasBeenSet =
false;
274 bool m_lastUplinkReceivedAtHasBeenSet =
false;
275 bool m_loRaWANHasBeenSet =
false;
276 bool m_sidewalkHasBeenSet =
false;
277 bool m_fuotaDeviceStatusHasBeenSet =
false;
278 bool m_multicastDeviceStatusHasBeenSet =
false;
279 bool m_mcGroupIdHasBeenSet =
false;
280 bool m_positioningHasBeenSet =
false;
const Aws::String & GetArn() const
WirelessDeviceStatistics & WithPositioning(PositioningConfigStatus value)
bool FuotaDeviceStatusHasBeenSet() const
bool LastUplinkReceivedAtHasBeenSet() const
PositioningConfigStatus GetPositioning() const
bool IdHasBeenSet() const
bool McGroupIdHasBeenSet() const
void SetName(NameT &&value)
const LoRaWANListDevice & GetLoRaWAN() const
WirelessDeviceStatistics & WithLoRaWAN(LoRaWANT &&value)
WirelessDeviceStatistics & WithName(NameT &&value)
const Aws::String & GetMulticastDeviceStatus() const
void SetFuotaDeviceStatus(FuotaDeviceStatus value)
void SetMulticastDeviceStatus(MulticastDeviceStatusT &&value)
bool TypeHasBeenSet() const
WirelessDeviceStatistics & WithType(WirelessDeviceType value)
WirelessDeviceStatistics & WithArn(ArnT &&value)
bool LoRaWANHasBeenSet() const
AWS_IOTWIRELESS_API WirelessDeviceStatistics()=default
const Aws::String & GetId() const
bool ArnHasBeenSet() const
void SetPositioning(PositioningConfigStatus value)
FuotaDeviceStatus GetFuotaDeviceStatus() const
bool NameHasBeenSet() const
void SetLoRaWAN(LoRaWANT &&value)
const Aws::String & GetName() const
WirelessDeviceStatistics & WithLastUplinkReceivedAt(LastUplinkReceivedAtT &&value)
bool PositioningHasBeenSet() const
AWS_IOTWIRELESS_API WirelessDeviceStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSidewalk(SidewalkT &&value)
WirelessDeviceType GetType() const
const Aws::String & GetLastUplinkReceivedAt() const
bool MulticastDeviceStatusHasBeenSet() const
bool SidewalkHasBeenSet() const
WirelessDeviceStatistics & WithSidewalk(SidewalkT &&value)
WirelessDeviceStatistics & WithMulticastDeviceStatus(MulticastDeviceStatusT &&value)
WirelessDeviceStatistics & WithDestinationName(DestinationNameT &&value)
bool DestinationNameHasBeenSet() const
void SetArn(ArnT &&value)
void SetMcGroupId(int value)
void SetDestinationName(DestinationNameT &&value)
void SetLastUplinkReceivedAt(LastUplinkReceivedAtT &&value)
const Aws::String & GetDestinationName() const
const SidewalkListDevice & GetSidewalk() const
WirelessDeviceStatistics & WithId(IdT &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API WirelessDeviceStatistics(Aws::Utils::Json::JsonView jsonValue)
void SetType(WirelessDeviceType value)
WirelessDeviceStatistics & WithFuotaDeviceStatus(FuotaDeviceStatus value)
WirelessDeviceStatistics & WithMcGroupId(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue