AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SystemTemplateSummary.h
1
6#pragma once
7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTThingsGraph
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_IOTTHINGSGRAPH_API SystemTemplateSummary();
37 AWS_IOTTHINGSGRAPH_API SystemTemplateSummary(Aws::Utils::Json::JsonView jsonValue);
39 AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetId() const{ return m_id; }
47 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
48 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
49 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
50 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
51 inline SystemTemplateSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
52 inline SystemTemplateSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
53 inline SystemTemplateSummary& WithId(const char* value) { SetId(value); return *this;}
55
57
60 inline const Aws::String& GetArn() const{ return m_arn; }
61 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
62 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
63 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
64 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
65 inline SystemTemplateSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;}
66 inline SystemTemplateSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
67 inline SystemTemplateSummary& WithArn(const char* value) { SetArn(value); return *this;}
69
71
74 inline long long GetRevisionNumber() const{ return m_revisionNumber; }
75 inline bool RevisionNumberHasBeenSet() const { return m_revisionNumberHasBeenSet; }
76 inline void SetRevisionNumber(long long value) { m_revisionNumberHasBeenSet = true; m_revisionNumber = value; }
77 inline SystemTemplateSummary& WithRevisionNumber(long long value) { SetRevisionNumber(value); return *this;}
79
81
84 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
85 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
86 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
87 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
88 inline SystemTemplateSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
89 inline SystemTemplateSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
91 private:
92
93 Aws::String m_id;
94 bool m_idHasBeenSet = false;
95
96 Aws::String m_arn;
97 bool m_arnHasBeenSet = false;
98
99 long long m_revisionNumber;
100 bool m_revisionNumberHasBeenSet = false;
101
102 Aws::Utils::DateTime m_createdAt;
103 bool m_createdAtHasBeenSet = false;
104 };
105
106} // namespace Model
107} // namespace IoTThingsGraph
108} // namespace Aws
SystemTemplateSummary & WithId(const char *value)
SystemTemplateSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
SystemTemplateSummary & WithRevisionNumber(long long value)
SystemTemplateSummary & WithId(Aws::String &&value)
AWS_IOTTHINGSGRAPH_API SystemTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
SystemTemplateSummary & WithArn(Aws::String &&value)
SystemTemplateSummary & WithId(const Aws::String &value)
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
SystemTemplateSummary & WithArn(const char *value)
SystemTemplateSummary & WithArn(const Aws::String &value)
SystemTemplateSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
AWS_IOTTHINGSGRAPH_API SystemTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue