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/LoRaWANServiceProfile.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); }
96 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
104 bool m_nameHasBeenSet =
false;
107 bool m_loRaWANHasBeenSet =
false;
110 bool m_tagsHasBeenSet =
false;
113 bool m_clientRequestTokenHasBeenSet =
false;
CreateServiceProfileRequest & WithTags(Aws::Vector< Tag > &&value)
AWS_IOTWIRELESS_API CreateServiceProfileRequest()
const Aws::Vector< Tag > & GetTags() const
void SetTags(const Aws::Vector< Tag > &value)
CreateServiceProfileRequest & AddTags(Tag &&value)
bool TagsHasBeenSet() const
CreateServiceProfileRequest & WithLoRaWAN(const LoRaWANServiceProfile &value)
const LoRaWANServiceProfile & GetLoRaWAN() const
bool NameHasBeenSet() const
CreateServiceProfileRequest & WithClientRequestToken(Aws::String &&value)
CreateServiceProfileRequest & WithName(const char *value)
CreateServiceProfileRequest & WithLoRaWAN(LoRaWANServiceProfile &&value)
void SetLoRaWAN(const LoRaWANServiceProfile &value)
bool ClientRequestTokenHasBeenSet() const
void SetName(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
virtual const char * GetServiceRequestName() const override
CreateServiceProfileRequest & WithTags(const Aws::Vector< Tag > &value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
CreateServiceProfileRequest & WithName(const Aws::String &value)
const Aws::String & GetName() const
CreateServiceProfileRequest & WithName(Aws::String &&value)
void SetClientRequestToken(Aws::String &&value)
void SetName(const char *value)
bool LoRaWANHasBeenSet() const
CreateServiceProfileRequest & WithClientRequestToken(const char *value)
const Aws::String & GetClientRequestToken() const
CreateServiceProfileRequest & WithClientRequestToken(const Aws::String &value)
void SetLoRaWAN(LoRaWANServiceProfile &&value)
void SetClientRequestToken(const char *value)
void SetClientRequestToken(const Aws::String &value)
CreateServiceProfileRequest & AddTags(const Tag &value)
void SetName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector