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/LoRaWANServiceProfile.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 LoRaWANT = LoRaWANServiceProfile>
62 m_loRaWANHasBeenSet =
true;
63 m_loRaWAN = std::forward<LoRaWANT>(value);
65 template <
typename LoRaWANT = LoRaWANServiceProfile>
79 template <
typename TagsT = Aws::Vector<Tag>>
81 m_tagsHasBeenSet =
true;
82 m_tags = std::forward<TagsT>(value);
84 template <
typename TagsT = Aws::Vector<Tag>>
86 SetTags(std::forward<TagsT>(value));
89 template <
typename TagsT = Tag>
91 m_tagsHasBeenSet =
true;
92 m_tags.emplace_back(std::forward<TagsT>(value));
111 template <
typename ClientRequestTokenT = Aws::String>
113 m_clientRequestTokenHasBeenSet =
true;
114 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
116 template <
typename ClientRequestTokenT = Aws::String>
130 bool m_nameHasBeenSet =
false;
131 bool m_loRaWANHasBeenSet =
false;
132 bool m_tagsHasBeenSet =
false;
133 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