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>
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 LoRaWANT = LoRaWANServiceProfile>
59 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
60 template<
typename LoRaWANT = LoRaWANServiceProfile>
71 template<
typename TagsT = Aws::Vector<Tag>>
72 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
73 template<
typename TagsT = Aws::Vector<Tag>>
75 template<
typename TagsT = Tag>
93 template<
typename ClientRequestTokenT = Aws::String>
94 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
95 template<
typename ClientRequestTokenT = Aws::String>
101 bool m_nameHasBeenSet =
false;
104 bool m_loRaWANHasBeenSet =
false;
107 bool m_tagsHasBeenSet =
false;
110 bool m_clientRequestTokenHasBeenSet =
true;
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateServiceProfileRequest & AddTags(TagsT &&value)
CreateServiceProfileRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
AWS_IOTWIRELESS_API CreateServiceProfileRequest()=default
const LoRaWANServiceProfile & GetLoRaWAN() const
bool NameHasBeenSet() const
CreateServiceProfileRequest & WithName(NameT &&value)
void SetLoRaWAN(LoRaWANT &&value)
bool ClientRequestTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
CreateServiceProfileRequest & WithLoRaWAN(LoRaWANT &&value)
const Aws::String & GetName() const
void SetTags(TagsT &&value)
bool LoRaWANHasBeenSet() const
const Aws::String & GetClientRequestToken() const
CreateServiceProfileRequest & WithClientRequestToken(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