AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DescribeNodeResult.h
Go to the documentation of this file.
1
6#pragma once
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:
36
37
41 inline const Aws::String& GetAssetName() const{ return m_assetName; }
42
46 inline void SetAssetName(const Aws::String& value) { m_assetName = value; }
47
51 inline void SetAssetName(Aws::String&& value) { m_assetName = std::move(value); }
52
56 inline void SetAssetName(const char* value) { m_assetName.assign(value); }
57
61 inline DescribeNodeResult& WithAssetName(const Aws::String& value) { SetAssetName(value); return *this;}
62
66 inline DescribeNodeResult& WithAssetName(Aws::String&& value) { SetAssetName(std::move(value)); return *this;}
67
71 inline DescribeNodeResult& WithAssetName(const char* value) { SetAssetName(value); return *this;}
72
73
77 inline const NodeCategory& GetCategory() const{ return m_category; }
78
82 inline void SetCategory(const NodeCategory& value) { m_category = value; }
83
87 inline void SetCategory(NodeCategory&& value) { m_category = std::move(value); }
88
92 inline DescribeNodeResult& WithCategory(const NodeCategory& value) { SetCategory(value); return *this;}
93
97 inline DescribeNodeResult& WithCategory(NodeCategory&& value) { SetCategory(std::move(value)); return *this;}
98
99
103 inline const Aws::Utils::DateTime& GetCreatedTime() const{ return m_createdTime; }
104
108 inline void SetCreatedTime(const Aws::Utils::DateTime& value) { m_createdTime = value; }
109
113 inline void SetCreatedTime(Aws::Utils::DateTime&& value) { m_createdTime = std::move(value); }
114
118 inline DescribeNodeResult& WithCreatedTime(const Aws::Utils::DateTime& value) { SetCreatedTime(value); return *this;}
119
123 inline DescribeNodeResult& WithCreatedTime(Aws::Utils::DateTime&& value) { SetCreatedTime(std::move(value)); return *this;}
124
125
129 inline const Aws::String& GetDescription() const{ return m_description; }
130
134 inline void SetDescription(const Aws::String& value) { m_description = value; }
135
139 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
140
144 inline void SetDescription(const char* value) { m_description.assign(value); }
145
149 inline DescribeNodeResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
150
154 inline DescribeNodeResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
155
159 inline DescribeNodeResult& WithDescription(const char* value) { SetDescription(value); return *this;}
160
161
165 inline const Aws::Utils::DateTime& GetLastUpdatedTime() const{ return m_lastUpdatedTime; }
166
170 inline void SetLastUpdatedTime(const Aws::Utils::DateTime& value) { m_lastUpdatedTime = value; }
171
175 inline void SetLastUpdatedTime(Aws::Utils::DateTime&& value) { m_lastUpdatedTime = std::move(value); }
176
181
185 inline DescribeNodeResult& WithLastUpdatedTime(Aws::Utils::DateTime&& value) { SetLastUpdatedTime(std::move(value)); return *this;}
186
187
191 inline const Aws::String& GetName() const{ return m_name; }
192
196 inline void SetName(const Aws::String& value) { m_name = value; }
197
201 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
202
206 inline void SetName(const char* value) { m_name.assign(value); }
207
211 inline DescribeNodeResult& WithName(const Aws::String& value) { SetName(value); return *this;}
212
216 inline DescribeNodeResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
217
221 inline DescribeNodeResult& WithName(const char* value) { SetName(value); return *this;}
222
223
227 inline const Aws::String& GetNodeId() const{ return m_nodeId; }
228
232 inline void SetNodeId(const Aws::String& value) { m_nodeId = value; }
233
237 inline void SetNodeId(Aws::String&& value) { m_nodeId = std::move(value); }
238
242 inline void SetNodeId(const char* value) { m_nodeId.assign(value); }
243
247 inline DescribeNodeResult& WithNodeId(const Aws::String& value) { SetNodeId(value); return *this;}
248
252 inline DescribeNodeResult& WithNodeId(Aws::String&& value) { SetNodeId(std::move(value)); return *this;}
253
257 inline DescribeNodeResult& WithNodeId(const char* value) { SetNodeId(value); return *this;}
258
259
263 inline const NodeInterface& GetNodeInterface() const{ return m_nodeInterface; }
264
268 inline void SetNodeInterface(const NodeInterface& value) { m_nodeInterface = value; }
269
273 inline void SetNodeInterface(NodeInterface&& value) { m_nodeInterface = std::move(value); }
274
278 inline DescribeNodeResult& WithNodeInterface(const NodeInterface& value) { SetNodeInterface(value); return *this;}
279
283 inline DescribeNodeResult& WithNodeInterface(NodeInterface&& value) { SetNodeInterface(std::move(value)); return *this;}
284
285
289 inline const Aws::String& GetOwnerAccount() const{ return m_ownerAccount; }
290
294 inline void SetOwnerAccount(const Aws::String& value) { m_ownerAccount = value; }
295
299 inline void SetOwnerAccount(Aws::String&& value) { m_ownerAccount = std::move(value); }
300
304 inline void SetOwnerAccount(const char* value) { m_ownerAccount.assign(value); }
305
309 inline DescribeNodeResult& WithOwnerAccount(const Aws::String& value) { SetOwnerAccount(value); return *this;}
310
314 inline DescribeNodeResult& WithOwnerAccount(Aws::String&& value) { SetOwnerAccount(std::move(value)); return *this;}
315
319 inline DescribeNodeResult& WithOwnerAccount(const char* value) { SetOwnerAccount(value); return *this;}
320
321
325 inline const Aws::String& GetPackageArn() const{ return m_packageArn; }
326
330 inline void SetPackageArn(const Aws::String& value) { m_packageArn = value; }
331
335 inline void SetPackageArn(Aws::String&& value) { m_packageArn = std::move(value); }
336
340 inline void SetPackageArn(const char* value) { m_packageArn.assign(value); }
341
345 inline DescribeNodeResult& WithPackageArn(const Aws::String& value) { SetPackageArn(value); return *this;}
346
350 inline DescribeNodeResult& WithPackageArn(Aws::String&& value) { SetPackageArn(std::move(value)); return *this;}
351
355 inline DescribeNodeResult& WithPackageArn(const char* value) { SetPackageArn(value); return *this;}
356
357
361 inline const Aws::String& GetPackageId() const{ return m_packageId; }
362
366 inline void SetPackageId(const Aws::String& value) { m_packageId = value; }
367
371 inline void SetPackageId(Aws::String&& value) { m_packageId = std::move(value); }
372
376 inline void SetPackageId(const char* value) { m_packageId.assign(value); }
377
381 inline DescribeNodeResult& WithPackageId(const Aws::String& value) { SetPackageId(value); return *this;}
382
386 inline DescribeNodeResult& WithPackageId(Aws::String&& value) { SetPackageId(std::move(value)); return *this;}
387
391 inline DescribeNodeResult& WithPackageId(const char* value) { SetPackageId(value); return *this;}
392
393
397 inline const Aws::String& GetPackageName() const{ return m_packageName; }
398
402 inline void SetPackageName(const Aws::String& value) { m_packageName = value; }
403
407 inline void SetPackageName(Aws::String&& value) { m_packageName = std::move(value); }
408
412 inline void SetPackageName(const char* value) { m_packageName.assign(value); }
413
417 inline DescribeNodeResult& WithPackageName(const Aws::String& value) { SetPackageName(value); return *this;}
418
422 inline DescribeNodeResult& WithPackageName(Aws::String&& value) { SetPackageName(std::move(value)); return *this;}
423
427 inline DescribeNodeResult& WithPackageName(const char* value) { SetPackageName(value); return *this;}
428
429
433 inline const Aws::String& GetPackageVersion() const{ return m_packageVersion; }
434
438 inline void SetPackageVersion(const Aws::String& value) { m_packageVersion = value; }
439
443 inline void SetPackageVersion(Aws::String&& value) { m_packageVersion = std::move(value); }
444
448 inline void SetPackageVersion(const char* value) { m_packageVersion.assign(value); }
449
453 inline DescribeNodeResult& WithPackageVersion(const Aws::String& value) { SetPackageVersion(value); return *this;}
454
458 inline DescribeNodeResult& WithPackageVersion(Aws::String&& value) { SetPackageVersion(std::move(value)); return *this;}
459
463 inline DescribeNodeResult& WithPackageVersion(const char* value) { SetPackageVersion(value); return *this;}
464
465
469 inline const Aws::String& GetPatchVersion() const{ return m_patchVersion; }
470
474 inline void SetPatchVersion(const Aws::String& value) { m_patchVersion = value; }
475
479 inline void SetPatchVersion(Aws::String&& value) { m_patchVersion = std::move(value); }
480
484 inline void SetPatchVersion(const char* value) { m_patchVersion.assign(value); }
485
489 inline DescribeNodeResult& WithPatchVersion(const Aws::String& value) { SetPatchVersion(value); return *this;}
490
494 inline DescribeNodeResult& WithPatchVersion(Aws::String&& value) { SetPatchVersion(std::move(value)); return *this;}
495
499 inline DescribeNodeResult& WithPatchVersion(const char* value) { SetPatchVersion(value); return *this;}
500
501 private:
502
503 Aws::String m_assetName;
504
505 NodeCategory m_category;
506
507 Aws::Utils::DateTime m_createdTime;
508
509 Aws::String m_description;
510
511 Aws::Utils::DateTime m_lastUpdatedTime;
512
513 Aws::String m_name;
514
515 Aws::String m_nodeId;
516
517 NodeInterface m_nodeInterface;
518
519 Aws::String m_ownerAccount;
520
521 Aws::String m_packageArn;
522
523 Aws::String m_packageId;
524
525 Aws::String m_packageName;
526
527 Aws::String m_packageVersion;
528
529 Aws::String m_patchVersion;
530 };
531
532} // namespace Model
533} // namespace Panorama
534} // namespace Aws
#define AWS_PANORAMA_API
DescribeNodeResult & WithPackageVersion(const Aws::String &value)
void SetCategory(const NodeCategory &value)
DescribeNodeResult & WithCreatedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetPackageArn() const
DescribeNodeResult & WithNodeId(Aws::String &&value)
const Aws::String & GetOwnerAccount() const
DescribeNodeResult & WithPackageName(const char *value)
DescribeNodeResult & WithPackageArn(const Aws::String &value)
const Aws::String & GetAssetName() const
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)
const Aws::String & GetPackageName() const
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)
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::String & GetPackageId() const
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