7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotwireless/IoTWirelessRequest.h>
11#include <aws/iotwireless/IoTWireless_EXPORTS.h>
12#include <aws/iotwireless/model/LoRaWANDevice.h>
13#include <aws/iotwireless/model/PositioningConfigStatus.h>
14#include <aws/iotwireless/model/SidewalkCreateWirelessDevice.h>
15#include <aws/iotwireless/model/Tag.h>
16#include <aws/iotwireless/model/WirelessDeviceType.h>
21namespace IoTWireless {
45 m_typeHasBeenSet =
true;
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename DestinationNameT = Aws::String>
99 m_destinationNameHasBeenSet =
true;
100 m_destinationName = std::forward<DestinationNameT>(value);
102 template <
typename DestinationNameT = Aws::String>
123 template <
typename ClientRequestTokenT = Aws::String>
125 m_clientRequestTokenHasBeenSet =
true;
126 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
128 template <
typename ClientRequestTokenT = Aws::String>
142 template <
typename LoRaWANT = LoRaWANDevice>
144 m_loRaWANHasBeenSet =
true;
145 m_loRaWAN = std::forward<LoRaWANT>(value);
147 template <
typename LoRaWANT = LoRaWANDevice>
161 template <
typename TagsT = Aws::Vector<Tag>>
163 m_tagsHasBeenSet =
true;
164 m_tags = std::forward<TagsT>(value);
166 template <
typename TagsT = Aws::Vector<Tag>>
168 SetTags(std::forward<TagsT>(value));
171 template <
typename TagsT = Tag>
173 m_tagsHasBeenSet =
true;
174 m_tags.emplace_back(std::forward<TagsT>(value));
187 m_positioningHasBeenSet =
true;
188 m_positioning = value;
203 template <
typename S
idewalkT = S
idewalkCreateWirelessDevice>
205 m_sidewalkHasBeenSet =
true;
206 m_sidewalk = std::forward<SidewalkT>(value);
208 template <
typename S
idewalkT = S
idewalkCreateWirelessDevice>
225 LoRaWANDevice m_loRaWAN;
231 SidewalkCreateWirelessDevice m_sidewalk;
232 bool m_typeHasBeenSet =
false;
233 bool m_nameHasBeenSet =
false;
234 bool m_descriptionHasBeenSet =
false;
235 bool m_destinationNameHasBeenSet =
false;
236 bool m_clientRequestTokenHasBeenSet =
true;
237 bool m_loRaWANHasBeenSet =
false;
238 bool m_tagsHasBeenSet =
false;
239 bool m_positioningHasBeenSet =
false;
240 bool m_sidewalkHasBeenSet =
false;
bool ClientRequestTokenHasBeenSet() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
CreateWirelessDeviceRequest & WithDestinationName(DestinationNameT &&value)
const Aws::String & GetDestinationName() const
const LoRaWANDevice & GetLoRaWAN() const
PositioningConfigStatus GetPositioning() const
WirelessDeviceType GetType() const
CreateWirelessDeviceRequest & WithPositioning(PositioningConfigStatus value)
CreateWirelessDeviceRequest & AddTags(TagsT &&value)
void SetDestinationName(DestinationNameT &&value)
const Aws::String & GetDescription() const
void SetLoRaWAN(LoRaWANT &&value)
const Aws::String & GetName() const
void SetTags(TagsT &&value)
CreateWirelessDeviceRequest & WithType(WirelessDeviceType value)
bool SidewalkHasBeenSet() const
bool NameHasBeenSet() const
void SetPositioning(PositioningConfigStatus value)
bool TypeHasBeenSet() const
void SetType(WirelessDeviceType value)
AWS_IOTWIRELESS_API CreateWirelessDeviceRequest()=default
void SetSidewalk(SidewalkT &&value)
bool PositioningHasBeenSet() const
CreateWirelessDeviceRequest & WithLoRaWAN(LoRaWANT &&value)
CreateWirelessDeviceRequest & WithName(NameT &&value)
const Aws::Vector< Tag > & GetTags() const
bool DestinationNameHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetClientRequestToken() const
virtual const char * GetServiceRequestName() const override
CreateWirelessDeviceRequest & WithSidewalk(SidewalkT &&value)
CreateWirelessDeviceRequest & WithDescription(DescriptionT &&value)
CreateWirelessDeviceRequest & WithTags(TagsT &&value)
void SetName(NameT &&value)
CreateWirelessDeviceRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const SidewalkCreateWirelessDevice & GetSidewalk() const
bool LoRaWANHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector