7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/LoRaWANMulticastGet.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template<
typename ArnT = Aws::String>
41 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
42 template<
typename ArnT = Aws::String>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
76 template<
typename StatusT = Aws::String>
77 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
78 template<
typename StatusT = Aws::String>
85 template<
typename LoRaWANT = LoRaWANMulticastGet>
86 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
87 template<
typename LoRaWANT = LoRaWANMulticastGet>
94 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
96 template<
typename CreatedAtT = Aws::Utils::DateTime>
103 template<
typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
105 template<
typename RequestIdT = Aws::String>
111 bool m_arnHasBeenSet =
false;
114 bool m_idHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_statusHasBeenSet =
false;
126 bool m_loRaWANHasBeenSet =
false;
129 bool m_createdAtHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const LoRaWANMulticastGet & GetLoRaWAN() const
const Aws::String & GetId() const
const Aws::String & GetRequestId() const
GetMulticastGroupResult & WithCreatedAt(CreatedAtT &&value)
GetMulticastGroupResult & WithDescription(DescriptionT &&value)
GetMulticastGroupResult & WithName(NameT &&value)
const Aws::String & GetStatus() const
void SetCreatedAt(CreatedAtT &&value)
AWS_IOTWIRELESS_API GetMulticastGroupResult()=default
AWS_IOTWIRELESS_API GetMulticastGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
void SetLoRaWAN(LoRaWANT &&value)
GetMulticastGroupResult & WithStatus(StatusT &&value)
GetMulticastGroupResult & WithLoRaWAN(LoRaWANT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
GetMulticastGroupResult & WithArn(ArnT &&value)
GetMulticastGroupResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_IOTWIRELESS_API GetMulticastGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(StatusT &&value)
const Aws::String & GetName() const
GetMulticastGroupResult & WithId(IdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue