AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
GetMulticastGroupResult.h
1
6#pragma once
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>
12
13#include <utility>
14
15namespace Aws {
16template <typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils {
20namespace Json {
21class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace IoTWireless {
25namespace Model {
27 public:
28 AWS_IOTWIRELESS_API GetMulticastGroupResult() = default;
31
33
34 inline const Aws::String& GetArn() const { return m_arn; }
35 template <typename ArnT = Aws::String>
36 void SetArn(ArnT&& value) {
37 m_arnHasBeenSet = true;
38 m_arn = std::forward<ArnT>(value);
39 }
40 template <typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
43 return *this;
44 }
46
48
49 inline const Aws::String& GetId() const { return m_id; }
50 template <typename IdT = Aws::String>
51 void SetId(IdT&& value) {
52 m_idHasBeenSet = true;
53 m_id = std::forward<IdT>(value);
54 }
55 template <typename IdT = Aws::String>
57 SetId(std::forward<IdT>(value));
58 return *this;
59 }
61
63
64 inline const Aws::String& GetName() const { return m_name; }
65 template <typename NameT = Aws::String>
66 void SetName(NameT&& value) {
67 m_nameHasBeenSet = true;
68 m_name = std::forward<NameT>(value);
69 }
70 template <typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
73 return *this;
74 }
76
78
79 inline const Aws::String& GetDescription() const { return m_description; }
80 template <typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) {
82 m_descriptionHasBeenSet = true;
83 m_description = std::forward<DescriptionT>(value);
84 }
85 template <typename DescriptionT = Aws::String>
87 SetDescription(std::forward<DescriptionT>(value));
88 return *this;
89 }
91
93
94 inline const Aws::String& GetStatus() const { return m_status; }
95 template <typename StatusT = Aws::String>
96 void SetStatus(StatusT&& value) {
97 m_statusHasBeenSet = true;
98 m_status = std::forward<StatusT>(value);
99 }
100 template <typename StatusT = Aws::String>
102 SetStatus(std::forward<StatusT>(value));
103 return *this;
104 }
106
108
109 inline const LoRaWANMulticastGet& GetLoRaWAN() const { return m_loRaWAN; }
110 template <typename LoRaWANT = LoRaWANMulticastGet>
111 void SetLoRaWAN(LoRaWANT&& value) {
112 m_loRaWANHasBeenSet = true;
113 m_loRaWAN = std::forward<LoRaWANT>(value);
114 }
115 template <typename LoRaWANT = LoRaWANMulticastGet>
117 SetLoRaWAN(std::forward<LoRaWANT>(value));
118 return *this;
119 }
121
123
124 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
125 template <typename CreatedAtT = Aws::Utils::DateTime>
126 void SetCreatedAt(CreatedAtT&& value) {
127 m_createdAtHasBeenSet = true;
128 m_createdAt = std::forward<CreatedAtT>(value);
129 }
130 template <typename CreatedAtT = Aws::Utils::DateTime>
132 SetCreatedAt(std::forward<CreatedAtT>(value));
133 return *this;
134 }
136
138
139 inline const Aws::String& GetRequestId() const { return m_requestId; }
140 template <typename RequestIdT = Aws::String>
141 void SetRequestId(RequestIdT&& value) {
142 m_requestIdHasBeenSet = true;
143 m_requestId = std::forward<RequestIdT>(value);
144 }
145 template <typename RequestIdT = Aws::String>
147 SetRequestId(std::forward<RequestIdT>(value));
148 return *this;
149 }
151 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
152
153 private:
154 Aws::String m_arn;
155
156 Aws::String m_id;
157
158 Aws::String m_name;
159
160 Aws::String m_description;
161
162 Aws::String m_status;
163
164 LoRaWANMulticastGet m_loRaWAN;
165
166 Aws::Utils::DateTime m_createdAt{};
167
168 Aws::String m_requestId;
169 Aws::Http::HttpResponseCode m_HttpResponseCode;
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;
178};
179
180} // namespace Model
181} // namespace IoTWireless
182} // namespace Aws
GetMulticastGroupResult & WithCreatedAt(CreatedAtT &&value)
GetMulticastGroupResult & WithDescription(DescriptionT &&value)
GetMulticastGroupResult & WithName(NameT &&value)
AWS_IOTWIRELESS_API GetMulticastGroupResult()=default
AWS_IOTWIRELESS_API GetMulticastGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMulticastGroupResult & WithStatus(StatusT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetMulticastGroupResult & WithLoRaWAN(LoRaWANT &&value)
GetMulticastGroupResult & WithArn(ArnT &&value)
GetMulticastGroupResult & WithRequestId(RequestIdT &&value)
AWS_IOTWIRELESS_API GetMulticastGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMulticastGroupResult & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue