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>
47 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
61 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
111 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
119 bool m_nameHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_loRaWANHasBeenSet =
false;
128 bool m_tagsHasBeenSet =
false;
131 bool m_clientRequestTokenHasBeenSet =
false;
void SetLoRaWAN(LoRaWANGateway &&value)
CreateWirelessGatewayRequest & WithClientRequestToken(const char *value)
void SetClientRequestToken(Aws::String &&value)
CreateWirelessGatewayRequest & WithClientRequestToken(const Aws::String &value)
CreateWirelessGatewayRequest & WithName(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
bool NameHasBeenSet() const
CreateWirelessGatewayRequest & WithDescription(const char *value)
void SetName(const char *value)
void SetName(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetClientRequestToken(const Aws::String &value)
CreateWirelessGatewayRequest & WithName(const Aws::String &value)
CreateWirelessGatewayRequest & WithDescription(const Aws::String &value)
CreateWirelessGatewayRequest & WithTags(Aws::Vector< Tag > &&value)
void SetClientRequestToken(const char *value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
void SetDescription(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetName() const
CreateWirelessGatewayRequest & WithClientRequestToken(Aws::String &&value)
AWS_IOTWIRELESS_API CreateWirelessGatewayRequest()
virtual const char * GetServiceRequestName() const override
void SetTags(Aws::Vector< Tag > &&value)
void SetLoRaWAN(const LoRaWANGateway &value)
bool TagsHasBeenSet() const
CreateWirelessGatewayRequest & AddTags(const Tag &value)
CreateWirelessGatewayRequest & WithTags(const Aws::Vector< Tag > &value)
const Aws::String & GetClientRequestToken() const
CreateWirelessGatewayRequest & WithDescription(Aws::String &&value)
const LoRaWANGateway & GetLoRaWAN() const
CreateWirelessGatewayRequest & WithLoRaWAN(const LoRaWANGateway &value)
CreateWirelessGatewayRequest & AddTags(Tag &&value)
CreateWirelessGatewayRequest & WithLoRaWAN(LoRaWANGateway &&value)
void SetDescription(const char *value)
CreateWirelessGatewayRequest & WithName(const char *value)
bool ClientRequestTokenHasBeenSet() const
void SetName(const Aws::String &value)
bool LoRaWANHasBeenSet() const
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector