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>
40 template<
typename IdT = Aws::String>
41 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
42 template<
typename IdT = Aws::String>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
70 template<
typename LoRaWANT = LoRaWANMulticast>
71 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
72 template<
typename LoRaWANT = LoRaWANMulticast>
78 bool m_idHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 bool m_descriptionHasBeenSet =
false;
87 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