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/LoRaWANMulticast.h>
13#include <aws/iotwireless/model/Tag.h>
18namespace IoTWireless {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
83 template <
typename ClientRequestTokenT = Aws::String>
85 m_clientRequestTokenHasBeenSet =
true;
86 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
88 template <
typename ClientRequestTokenT = Aws::String>
99 template <
typename LoRaWANT = LoRaWANMulticast>
101 m_loRaWANHasBeenSet =
true;
102 m_loRaWAN = std::forward<LoRaWANT>(value);
104 template <
typename LoRaWANT = LoRaWANMulticast>
115 template <
typename TagsT = Aws::Vector<Tag>>
117 m_tagsHasBeenSet =
true;
118 m_tags = std::forward<TagsT>(value);
120 template <
typename TagsT = Aws::Vector<Tag>>
122 SetTags(std::forward<TagsT>(value));
125 template <
typename TagsT = Tag>
127 m_tagsHasBeenSet =
true;
128 m_tags.emplace_back(std::forward<TagsT>(value));
139 LoRaWANMulticast m_loRaWAN;
142 bool m_nameHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
144 bool m_clientRequestTokenHasBeenSet =
true;
145 bool m_loRaWANHasBeenSet =
false;
146 bool m_tagsHasBeenSet =
false;
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetClientRequestToken() const
CreateMulticastGroupRequest & WithName(NameT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetDescription(DescriptionT &&value)
CreateMulticastGroupRequest & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
const Aws::String & GetDescription() const
AWS_IOTWIRELESS_API CreateMulticastGroupRequest()=default
CreateMulticastGroupRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetLoRaWAN(LoRaWANT &&value)
CreateMulticastGroupRequest & AddTags(TagsT &&value)
CreateMulticastGroupRequest & WithLoRaWAN(LoRaWANT &&value)
bool LoRaWANHasBeenSet() const
const LoRaWANMulticast & GetLoRaWAN() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
CreateMulticastGroupRequest & WithTags(TagsT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() 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