7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/model/LoRaWANGateway.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/iotwireless/model/Tag.h>
14#include <aws/core/utils/UUID.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
71 template<
typename LoRaWANT = LoRaWANGateway>
72 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
73 template<
typename LoRaWANT = LoRaWANGateway>
84 template<
typename TagsT = Aws::Vector<Tag>>
85 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
86 template<
typename TagsT = Aws::Vector<Tag>>
88 template<
typename TagsT = Tag>
106 template<
typename ClientRequestTokenT = Aws::String>
107 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
108 template<
typename ClientRequestTokenT = Aws::String>
114 bool m_nameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
120 bool m_loRaWANHasBeenSet =
false;
123 bool m_tagsHasBeenSet =
false;
126 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