AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeNodeResult.h
1
6#pragma once
7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/model/NodeCategory.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/panorama/model/NodeInterface.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace Panorama
27{
28namespace Model
29{
31 {
32 public:
33 AWS_PANORAMA_API DescribeNodeResult();
36
37
39
42 inline const Aws::String& GetAssetName() const{ return m_assetName; }
43 inline void SetAssetName(const Aws::String& value) { m_assetName = value; }
44 inline void SetAssetName(Aws::String&& value) { m_assetName = std::move(value); }
45 inline void SetAssetName(const char* value) { m_assetName.assign(value); }
46 inline DescribeNodeResult& WithAssetName(const Aws::String& value) { SetAssetName(value); return *this;}
47 inline DescribeNodeResult& WithAssetName(Aws::String&& value) { SetAssetName(std::move(value)); return *this;}
48 inline DescribeNodeResult& WithAssetName(const char* value) { SetAssetName(value); return *this;}
50
52
55 inline const NodeCategory& GetCategory() const{ return m_category; }
56 inline void SetCategory(const NodeCategory& value) { m_category = value; }
57 inline void SetCategory(NodeCategory&& value) { m_category = std::move(value); }
58 inline DescribeNodeResult& WithCategory(const NodeCategory& value) { SetCategory(value); return *this;}
59 inline DescribeNodeResult& WithCategory(NodeCategory&& value) { SetCategory(std::move(value)); return *this;}
61
63
66 inline const Aws::Utils::DateTime& GetCreatedTime() const{ return m_createdTime; }
67 inline void SetCreatedTime(const Aws::Utils::DateTime& value) { m_createdTime = value; }
68 inline void SetCreatedTime(Aws::Utils::DateTime&& value) { m_createdTime = std::move(value); }
69 inline DescribeNodeResult& WithCreatedTime(const Aws::Utils::DateTime& value) { SetCreatedTime(value); return *this;}
70 inline DescribeNodeResult& WithCreatedTime(Aws::Utils::DateTime&& value) { SetCreatedTime(std::move(value)); return *this;}
72
74
77 inline const Aws::String& GetDescription() const{ return m_description; }
78 inline void SetDescription(const Aws::String& value) { m_description = value; }
79 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
80 inline void SetDescription(const char* value) { m_description.assign(value); }
81 inline DescribeNodeResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
82 inline DescribeNodeResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
83 inline DescribeNodeResult& WithDescription(const char* value) { SetDescription(value); return *this;}
85
87
90 inline const Aws::Utils::DateTime& GetLastUpdatedTime() const{ return m_lastUpdatedTime; }
91 inline void SetLastUpdatedTime(const Aws::Utils::DateTime& value) { m_lastUpdatedTime = value; }
92 inline void SetLastUpdatedTime(Aws::Utils::DateTime&& value) { m_lastUpdatedTime = std::move(value); }
94 inline DescribeNodeResult& WithLastUpdatedTime(Aws::Utils::DateTime&& value) { SetLastUpdatedTime(std::move(value)); return *this;}
96
98
101 inline const Aws::String& GetName() const{ return m_name; }
102 inline void SetName(const Aws::String& value) { m_name = value; }
103 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
104 inline void SetName(const char* value) { m_name.assign(value); }
105 inline DescribeNodeResult& WithName(const Aws::String& value) { SetName(value); return *this;}
106 inline DescribeNodeResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
107 inline DescribeNodeResult& WithName(const char* value) { SetName(value); return *this;}
109
111
114 inline const Aws::String& GetNodeId() const{ return m_nodeId; }
115 inline void SetNodeId(const Aws::String& value) { m_nodeId = value; }
116 inline void SetNodeId(Aws::String&& value) { m_nodeId = std::move(value); }
117 inline void SetNodeId(const char* value) { m_nodeId.assign(value); }
118 inline DescribeNodeResult& WithNodeId(const Aws::String& value) { SetNodeId(value); return *this;}
119 inline DescribeNodeResult& WithNodeId(Aws::String&& value) { SetNodeId(std::move(value)); return *this;}
120 inline DescribeNodeResult& WithNodeId(const char* value) { SetNodeId(value); return *this;}
122
124
127 inline const NodeInterface& GetNodeInterface() const{ return m_nodeInterface; }
128 inline void SetNodeInterface(const NodeInterface& value) { m_nodeInterface = value; }
129 inline void SetNodeInterface(NodeInterface&& value) { m_nodeInterface = std::move(value); }
130 inline DescribeNodeResult& WithNodeInterface(const NodeInterface& value) { SetNodeInterface(value); return *this;}
131 inline DescribeNodeResult& WithNodeInterface(NodeInterface&& value) { SetNodeInterface(std::move(value)); return *this;}
133
135
138 inline const Aws::String& GetOwnerAccount() const{ return m_ownerAccount; }
139 inline void SetOwnerAccount(const Aws::String& value) { m_ownerAccount = value; }
140 inline void SetOwnerAccount(Aws::String&& value) { m_ownerAccount = std::move(value); }
141 inline void SetOwnerAccount(const char* value) { m_ownerAccount.assign(value); }
142 inline DescribeNodeResult& WithOwnerAccount(const Aws::String& value) { SetOwnerAccount(value); return *this;}
143 inline DescribeNodeResult& WithOwnerAccount(Aws::String&& value) { SetOwnerAccount(std::move(value)); return *this;}
144 inline DescribeNodeResult& WithOwnerAccount(const char* value) { SetOwnerAccount(value); return *this;}
146
148
151 inline const Aws::String& GetPackageArn() const{ return m_packageArn; }
152 inline void SetPackageArn(const Aws::String& value) { m_packageArn = value; }
153 inline void SetPackageArn(Aws::String&& value) { m_packageArn = std::move(value); }
154 inline void SetPackageArn(const char* value) { m_packageArn.assign(value); }
155 inline DescribeNodeResult& WithPackageArn(const Aws::String& value) { SetPackageArn(value); return *this;}
156 inline DescribeNodeResult& WithPackageArn(Aws::String&& value) { SetPackageArn(std::move(value)); return *this;}
157 inline DescribeNodeResult& WithPackageArn(const char* value) { SetPackageArn(value); return *this;}
159
161
164 inline const Aws::String& GetPackageId() const{ return m_packageId; }
165 inline void SetPackageId(const Aws::String& value) { m_packageId = value; }
166 inline void SetPackageId(Aws::String&& value) { m_packageId = std::move(value); }
167 inline void SetPackageId(const char* value) { m_packageId.assign(value); }
168 inline DescribeNodeResult& WithPackageId(const Aws::String& value) { SetPackageId(value); return *this;}
169 inline DescribeNodeResult& WithPackageId(Aws::String&& value) { SetPackageId(std::move(value)); return *this;}
170 inline DescribeNodeResult& WithPackageId(const char* value) { SetPackageId(value); return *this;}
172
174
177 inline const Aws::String& GetPackageName() const{ return m_packageName; }
178 inline void SetPackageName(const Aws::String& value) { m_packageName = value; }
179 inline void SetPackageName(Aws::String&& value) { m_packageName = std::move(value); }
180 inline void SetPackageName(const char* value) { m_packageName.assign(value); }
181 inline DescribeNodeResult& WithPackageName(const Aws::String& value) { SetPackageName(value); return *this;}
182 inline DescribeNodeResult& WithPackageName(Aws::String&& value) { SetPackageName(std::move(value)); return *this;}
183 inline DescribeNodeResult& WithPackageName(const char* value) { SetPackageName(value); return *this;}
185
187
190 inline const Aws::String& GetPackageVersion() const{ return m_packageVersion; }
191 inline void SetPackageVersion(const Aws::String& value) { m_packageVersion = value; }
192 inline void SetPackageVersion(Aws::String&& value) { m_packageVersion = std::move(value); }
193 inline void SetPackageVersion(const char* value) { m_packageVersion.assign(value); }
194 inline DescribeNodeResult& WithPackageVersion(const Aws::String& value) { SetPackageVersion(value); return *this;}
195 inline DescribeNodeResult& WithPackageVersion(Aws::String&& value) { SetPackageVersion(std::move(value)); return *this;}
196 inline DescribeNodeResult& WithPackageVersion(const char* value) { SetPackageVersion(value); return *this;}
198
200
203 inline const Aws::String& GetPatchVersion() const{ return m_patchVersion; }
204 inline void SetPatchVersion(const Aws::String& value) { m_patchVersion = value; }
205 inline void SetPatchVersion(Aws::String&& value) { m_patchVersion = std::move(value); }
206 inline void SetPatchVersion(const char* value) { m_patchVersion.assign(value); }
207 inline DescribeNodeResult& WithPatchVersion(const Aws::String& value) { SetPatchVersion(value); return *this;}
208 inline DescribeNodeResult& WithPatchVersion(Aws::String&& value) { SetPatchVersion(std::move(value)); return *this;}
209 inline DescribeNodeResult& WithPatchVersion(const char* value) { SetPatchVersion(value); return *this;}
211
213
214 inline const Aws::String& GetRequestId() const{ return m_requestId; }
215 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
216 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
217 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
218 inline DescribeNodeResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
219 inline DescribeNodeResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
220 inline DescribeNodeResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
222 private:
223
224 Aws::String m_assetName;
225
226 NodeCategory m_category;
227
228 Aws::Utils::DateTime m_createdTime;
229
230 Aws::String m_description;
231
232 Aws::Utils::DateTime m_lastUpdatedTime;
233
234 Aws::String m_name;
235
236 Aws::String m_nodeId;
237
238 NodeInterface m_nodeInterface;
239
240 Aws::String m_ownerAccount;
241
242 Aws::String m_packageArn;
243
244 Aws::String m_packageId;
245
246 Aws::String m_packageName;
247
248 Aws::String m_packageVersion;
249
250 Aws::String m_patchVersion;
251
252 Aws::String m_requestId;
253 };
254
255} // namespace Model
256} // namespace Panorama
257} // namespace Aws
DescribeNodeResult & WithPackageVersion(const Aws::String &value)
void SetCategory(const NodeCategory &value)
DescribeNodeResult & WithRequestId(const char *value)
DescribeNodeResult & WithCreatedTime(Aws::Utils::DateTime &&value)
DescribeNodeResult & WithNodeId(Aws::String &&value)
const Aws::String & GetOwnerAccount() const
DescribeNodeResult & WithPackageName(const char *value)
DescribeNodeResult & WithPackageArn(const Aws::String &value)
void SetPackageArn(const Aws::String &value)
DescribeNodeResult & WithPackageArn(const char *value)
DescribeNodeResult & WithAssetName(const Aws::String &value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
void SetPackageName(const Aws::String &value)
DescribeNodeResult & WithOwnerAccount(const char *value)
DescribeNodeResult & WithNodeId(const Aws::String &value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
void SetOwnerAccount(const Aws::String &value)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
DescribeNodeResult & WithDescription(const char *value)
DescribeNodeResult & WithPackageVersion(Aws::String &&value)
DescribeNodeResult & WithAssetName(const char *value)
const Aws::String & GetDescription() const
DescribeNodeResult & WithPackageName(const Aws::String &value)
DescribeNodeResult & WithNodeInterface(const NodeInterface &value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
DescribeNodeResult & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
DescribeNodeResult & WithPatchVersion(const Aws::String &value)
DescribeNodeResult & WithAssetName(Aws::String &&value)
DescribeNodeResult & WithName(const Aws::String &value)
DescribeNodeResult & WithPackageId(Aws::String &&value)
DescribeNodeResult & WithPatchVersion(Aws::String &&value)
DescribeNodeResult & WithNodeInterface(NodeInterface &&value)
void SetPackageId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
DescribeNodeResult & WithRequestId(Aws::String &&value)
DescribeNodeResult & WithCategory(const NodeCategory &value)
DescribeNodeResult & WithDescription(Aws::String &&value)
DescribeNodeResult & WithNodeId(const char *value)
DescribeNodeResult & WithPackageVersion(const char *value)
DescribeNodeResult & WithPackageArn(Aws::String &&value)
DescribeNodeResult & WithDescription(const Aws::String &value)
const NodeCategory & GetCategory() const
void SetAssetName(const Aws::String &value)
DescribeNodeResult & WithRequestId(const Aws::String &value)
const Aws::String & GetPackageVersion() const
DescribeNodeResult & WithOwnerAccount(const Aws::String &value)
void SetName(const Aws::String &value)
DescribeNodeResult & WithPackageId(const Aws::String &value)
void SetPackageVersion(const Aws::String &value)
void SetNodeId(const Aws::String &value)
DescribeNodeResult & WithCategory(NodeCategory &&value)
void SetPatchVersion(const Aws::String &value)
DescribeNodeResult & WithPackageId(const char *value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
DescribeNodeResult & WithName(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
DescribeNodeResult & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetPatchVersion() const
DescribeNodeResult & WithPackageName(Aws::String &&value)
AWS_PANORAMA_API DescribeNodeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PANORAMA_API DescribeNodeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNodeInterface(NodeInterface &&value)
const NodeInterface & GetNodeInterface() const
DescribeNodeResult & WithCreatedTime(const Aws::Utils::DateTime &value)
DescribeNodeResult & WithOwnerAccount(Aws::String &&value)
DescribeNodeResult & WithName(const char *value)
void SetNodeInterface(const NodeInterface &value)
void SetDescription(const Aws::String &value)
DescribeNodeResult & WithPatchVersion(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue