7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/LoRaWANMulticast.h>
15namespace IoTWireless {
36 template <
typename IdT = Aws::String>
38 m_idHasBeenSet =
true;
39 m_id = std::forward<IdT>(value);
41 template <
typename IdT = Aws::String>
43 SetId(std::forward<IdT>(value));
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
68 template <
typename DescriptionT = Aws::String>
70 m_descriptionHasBeenSet =
true;
71 m_description = std::forward<DescriptionT>(value);
73 template <
typename DescriptionT = Aws::String>
84 template <
typename LoRaWANT = LoRaWANMulticast>
86 m_loRaWANHasBeenSet =
true;
87 m_loRaWAN = std::forward<LoRaWANT>(value);
89 template <
typename LoRaWANT = LoRaWANMulticast>
103 bool m_idHasBeenSet =
false;
104 bool m_nameHasBeenSet =
false;
105 bool m_descriptionHasBeenSet =
false;
106 bool m_loRaWANHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const LoRaWANMulticast & GetLoRaWAN() const
bool NameHasBeenSet() const
bool LoRaWANHasBeenSet() const
bool IdHasBeenSet() const
UpdateMulticastGroupRequest & WithLoRaWAN(LoRaWANT &&value)
const Aws::String & GetId() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
UpdateMulticastGroupRequest & WithId(IdT &&value)
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
AWS_IOTWIRELESS_API UpdateMulticastGroupRequest()=default
UpdateMulticastGroupRequest & WithName(NameT &&value)
void SetLoRaWAN(LoRaWANT &&value)
UpdateMulticastGroupRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String