7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/IoTWireless_EXPORTS.h>
11#include <aws/iotwireless/model/LoRaWANMulticastGet.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace IoTWireless {
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
50 template <
typename IdT = Aws::String>
52 m_idHasBeenSet =
true;
53 m_id = std::forward<IdT>(value);
55 template <
typename IdT = Aws::String>
57 SetId(std::forward<IdT>(value));
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
95 template <
typename StatusT = Aws::String>
97 m_statusHasBeenSet =
true;
98 m_status = std::forward<StatusT>(value);
100 template <
typename StatusT = Aws::String>
110 template <
typename LoRaWANT = LoRaWANMulticastGet>
112 m_loRaWANHasBeenSet =
true;
113 m_loRaWAN = std::forward<LoRaWANT>(value);
115 template <
typename LoRaWANT = LoRaWANMulticastGet>
125 template <
typename CreatedAtT = Aws::Utils::DateTime>
127 m_createdAtHasBeenSet =
true;
128 m_createdAt = std::forward<CreatedAtT>(value);
130 template <
typename CreatedAtT = Aws::Utils::DateTime>
140 template <
typename RequestIdT = Aws::String>
142 m_requestIdHasBeenSet =
true;
143 m_requestId = std::forward<RequestIdT>(value);
145 template <
typename RequestIdT = Aws::String>
170 bool m_arnHasBeenSet =
false;
171 bool m_idHasBeenSet =
false;
172 bool m_nameHasBeenSet =
false;
173 bool m_descriptionHasBeenSet =
false;
174 bool m_statusHasBeenSet =
false;
175 bool m_loRaWANHasBeenSet =
false;
176 bool m_createdAtHasBeenSet =
false;
177 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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