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/LoRaWANGateway.h>
13#include <aws/iotwireless/model/Tag.h>
18namespace IoTWireless {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 template <
typename LoRaWANT = LoRaWANGateway>
81 m_loRaWANHasBeenSet =
true;
82 m_loRaWAN = std::forward<LoRaWANT>(value);
84 template <
typename LoRaWANT = LoRaWANGateway>
98 template <
typename TagsT = Aws::Vector<Tag>>
100 m_tagsHasBeenSet =
true;
101 m_tags = std::forward<TagsT>(value);
103 template <
typename TagsT = Aws::Vector<Tag>>
105 SetTags(std::forward<TagsT>(value));
108 template <
typename TagsT = Tag>
110 m_tagsHasBeenSet =
true;
111 m_tags.emplace_back(std::forward<TagsT>(value));
130 template <
typename ClientRequestTokenT = Aws::String>
132 m_clientRequestTokenHasBeenSet =
true;
133 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
135 template <
typename ClientRequestTokenT = Aws::String>
151 bool m_nameHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
153 bool m_loRaWANHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
155 bool m_clientRequestTokenHasBeenSet =
true;
CreateWirelessGatewayRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_IOTWIRELESS_API CreateWirelessGatewayRequest()=default
void SetDescription(DescriptionT &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
CreateWirelessGatewayRequest & WithTags(TagsT &&value)
CreateWirelessGatewayRequest & WithLoRaWAN(LoRaWANT &&value)
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
CreateWirelessGatewayRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
void SetLoRaWAN(LoRaWANT &&value)
CreateWirelessGatewayRequest & WithDescription(DescriptionT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetClientRequestToken() const
const LoRaWANGateway & GetLoRaWAN() const
bool ClientRequestTokenHasBeenSet() const
void SetName(NameT &&value)
bool LoRaWANHasBeenSet() const
CreateWirelessGatewayRequest & AddTags(TagsT &&value)
bool DescriptionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector