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/LoRaWANDeviceProfile.h>
13#include <aws/iotwireless/model/SidewalkCreateDeviceProfile.h>
14#include <aws/iotwireless/model/Tag.h>
19namespace IoTWireless {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename LoRaWANT = LoRaWANDeviceProfile>
63 m_loRaWANHasBeenSet =
true;
64 m_loRaWAN = std::forward<LoRaWANT>(value);
66 template <
typename LoRaWANT = LoRaWANDeviceProfile>
80 template <
typename TagsT = Aws::Vector<Tag>>
82 m_tagsHasBeenSet =
true;
83 m_tags = std::forward<TagsT>(value);
85 template <
typename TagsT = Aws::Vector<Tag>>
87 SetTags(std::forward<TagsT>(value));
90 template <
typename TagsT = Tag>
92 m_tagsHasBeenSet =
true;
93 m_tags.emplace_back(std::forward<TagsT>(value));
112 template <
typename ClientRequestTokenT = Aws::String>
114 m_clientRequestTokenHasBeenSet =
true;
115 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
117 template <
typename ClientRequestTokenT = Aws::String>
131 template <
typename S
idewalkT = S
idewalkCreateDeviceProfile>
133 m_sidewalkHasBeenSet =
true;
134 m_sidewalk = std::forward<SidewalkT>(value);
136 template <
typename S
idewalkT = S
idewalkCreateDeviceProfile>
151 SidewalkCreateDeviceProfile m_sidewalk;
152 bool m_nameHasBeenSet =
false;
153 bool m_loRaWANHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
155 bool m_clientRequestTokenHasBeenSet =
true;
156 bool m_sidewalkHasBeenSet =
false;
bool ClientRequestTokenHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool LoRaWANHasBeenSet() const
CreateDeviceProfileRequest & WithName(NameT &&value)
const SidewalkCreateDeviceProfile & GetSidewalk() const
CreateDeviceProfileRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool NameHasBeenSet() const
AWS_IOTWIRELESS_API CreateDeviceProfileRequest()=default
void SetSidewalk(SidewalkT &&value)
CreateDeviceProfileRequest & AddTags(TagsT &&value)
const Aws::String & GetName() const
const Aws::Vector< Tag > & GetTags() const
CreateDeviceProfileRequest & WithSidewalk(SidewalkT &&value)
void SetLoRaWAN(LoRaWANT &&value)
void SetTags(TagsT &&value)
CreateDeviceProfileRequest & WithLoRaWAN(LoRaWANT &&value)
bool SidewalkHasBeenSet() const
void SetName(NameT &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
const Aws::String & GetClientRequestToken() const
virtual const char * GetServiceRequestName() const override
CreateDeviceProfileRequest & WithTags(TagsT &&value)
const LoRaWANDeviceProfile & GetLoRaWAN() const
bool TagsHasBeenSet() 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