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/LoRaWANMulticast.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/iotwireless/model/Tag.h>
14#include <aws/core/utils/UUID.h>
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
75 template<
typename ClientRequestTokenT = Aws::String>
76 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
77 template<
typename ClientRequestTokenT = Aws::String>
85 template<
typename LoRaWANT = LoRaWANMulticast>
86 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
87 template<
typename LoRaWANT = LoRaWANMulticast>
95 template<
typename TagsT = Aws::Vector<Tag>>
96 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
97 template<
typename TagsT = Aws::Vector<Tag>>
99 template<
typename TagsT = Tag>
105 bool m_nameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_clientRequestTokenHasBeenSet =
true;
113 LoRaWANMulticast m_loRaWAN;
114 bool m_loRaWANHasBeenSet =
false;
117 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