AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LineageNodeSummary.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.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 DataZone
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_DATAZONE_API LineageNodeSummary() = default;
38 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
46 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
47 template<typename CreatedAtT = Aws::Utils::DateTime>
48 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
49 template<typename CreatedAtT = Aws::Utils::DateTime>
50 LineageNodeSummary& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
52
54
57 inline const Aws::String& GetCreatedBy() const { return m_createdBy; }
58 inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; }
59 template<typename CreatedByT = Aws::String>
60 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet = true; m_createdBy = std::forward<CreatedByT>(value); }
61 template<typename CreatedByT = Aws::String>
62 LineageNodeSummary& WithCreatedBy(CreatedByT&& value) { SetCreatedBy(std::forward<CreatedByT>(value)); return *this;}
64
66
69 inline const Aws::String& GetDescription() const { return m_description; }
70 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
71 template<typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
73 template<typename DescriptionT = Aws::String>
74 LineageNodeSummary& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
76
78
81 inline const Aws::String& GetDomainId() const { return m_domainId; }
82 inline bool DomainIdHasBeenSet() const { return m_domainIdHasBeenSet; }
83 template<typename DomainIdT = Aws::String>
84 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet = true; m_domainId = std::forward<DomainIdT>(value); }
85 template<typename DomainIdT = Aws::String>
86 LineageNodeSummary& WithDomainId(DomainIdT&& value) { SetDomainId(std::forward<DomainIdT>(value)); return *this;}
88
90
93 inline const Aws::Utils::DateTime& GetEventTimestamp() const { return m_eventTimestamp; }
94 inline bool EventTimestampHasBeenSet() const { return m_eventTimestampHasBeenSet; }
95 template<typename EventTimestampT = Aws::Utils::DateTime>
96 void SetEventTimestamp(EventTimestampT&& value) { m_eventTimestampHasBeenSet = true; m_eventTimestamp = std::forward<EventTimestampT>(value); }
97 template<typename EventTimestampT = Aws::Utils::DateTime>
98 LineageNodeSummary& WithEventTimestamp(EventTimestampT&& value) { SetEventTimestamp(std::forward<EventTimestampT>(value)); return *this;}
100
102
105 inline const Aws::String& GetId() const { return m_id; }
106 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
107 template<typename IdT = Aws::String>
108 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
109 template<typename IdT = Aws::String>
110 LineageNodeSummary& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
112
114
117 inline const Aws::String& GetName() const { return m_name; }
118 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
119 template<typename NameT = Aws::String>
120 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
121 template<typename NameT = Aws::String>
122 LineageNodeSummary& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
124
126
129 inline const Aws::String& GetSourceIdentifier() const { return m_sourceIdentifier; }
130 inline bool SourceIdentifierHasBeenSet() const { return m_sourceIdentifierHasBeenSet; }
131 template<typename SourceIdentifierT = Aws::String>
132 void SetSourceIdentifier(SourceIdentifierT&& value) { m_sourceIdentifierHasBeenSet = true; m_sourceIdentifier = std::forward<SourceIdentifierT>(value); }
133 template<typename SourceIdentifierT = Aws::String>
134 LineageNodeSummary& WithSourceIdentifier(SourceIdentifierT&& value) { SetSourceIdentifier(std::forward<SourceIdentifierT>(value)); return *this;}
136
138
141 inline const Aws::String& GetTypeName() const { return m_typeName; }
142 inline bool TypeNameHasBeenSet() const { return m_typeNameHasBeenSet; }
143 template<typename TypeNameT = Aws::String>
144 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet = true; m_typeName = std::forward<TypeNameT>(value); }
145 template<typename TypeNameT = Aws::String>
146 LineageNodeSummary& WithTypeName(TypeNameT&& value) { SetTypeName(std::forward<TypeNameT>(value)); return *this;}
148
150
153 inline const Aws::String& GetTypeRevision() const { return m_typeRevision; }
154 inline bool TypeRevisionHasBeenSet() const { return m_typeRevisionHasBeenSet; }
155 template<typename TypeRevisionT = Aws::String>
156 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet = true; m_typeRevision = std::forward<TypeRevisionT>(value); }
157 template<typename TypeRevisionT = Aws::String>
158 LineageNodeSummary& WithTypeRevision(TypeRevisionT&& value) { SetTypeRevision(std::forward<TypeRevisionT>(value)); return *this;}
160
162
165 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
166 inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
167 template<typename UpdatedAtT = Aws::Utils::DateTime>
168 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
169 template<typename UpdatedAtT = Aws::Utils::DateTime>
170 LineageNodeSummary& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
172
174
177 inline const Aws::String& GetUpdatedBy() const { return m_updatedBy; }
178 inline bool UpdatedByHasBeenSet() const { return m_updatedByHasBeenSet; }
179 template<typename UpdatedByT = Aws::String>
180 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet = true; m_updatedBy = std::forward<UpdatedByT>(value); }
181 template<typename UpdatedByT = Aws::String>
182 LineageNodeSummary& WithUpdatedBy(UpdatedByT&& value) { SetUpdatedBy(std::forward<UpdatedByT>(value)); return *this;}
184 private:
185
186 Aws::Utils::DateTime m_createdAt{};
187 bool m_createdAtHasBeenSet = false;
188
189 Aws::String m_createdBy;
190 bool m_createdByHasBeenSet = false;
191
192 Aws::String m_description;
193 bool m_descriptionHasBeenSet = false;
194
195 Aws::String m_domainId;
196 bool m_domainIdHasBeenSet = false;
197
198 Aws::Utils::DateTime m_eventTimestamp{};
199 bool m_eventTimestampHasBeenSet = false;
200
201 Aws::String m_id;
202 bool m_idHasBeenSet = false;
203
204 Aws::String m_name;
205 bool m_nameHasBeenSet = false;
206
207 Aws::String m_sourceIdentifier;
208 bool m_sourceIdentifierHasBeenSet = false;
209
210 Aws::String m_typeName;
211 bool m_typeNameHasBeenSet = false;
212
213 Aws::String m_typeRevision;
214 bool m_typeRevisionHasBeenSet = false;
215
216 Aws::Utils::DateTime m_updatedAt{};
217 bool m_updatedAtHasBeenSet = false;
218
219 Aws::String m_updatedBy;
220 bool m_updatedByHasBeenSet = false;
221 };
222
223} // namespace Model
224} // namespace DataZone
225} // namespace Aws
void SetEventTimestamp(EventTimestampT &&value)
const Aws::String & GetDescription() const
LineageNodeSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetSourceIdentifier() const
LineageNodeSummary & WithEventTimestamp(EventTimestampT &&value)
LineageNodeSummary & WithTypeName(TypeNameT &&value)
LineageNodeSummary & WithSourceIdentifier(SourceIdentifierT &&value)
AWS_DATAZONE_API LineageNodeSummary(Aws::Utils::Json::JsonView jsonValue)
LineageNodeSummary & WithName(NameT &&value)
LineageNodeSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
LineageNodeSummary & WithCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
LineageNodeSummary & WithCreatedBy(CreatedByT &&value)
LineageNodeSummary & WithUpdatedBy(UpdatedByT &&value)
void SetTypeRevision(TypeRevisionT &&value)
AWS_DATAZONE_API LineageNodeSummary()=default
void SetSourceIdentifier(SourceIdentifierT &&value)
const Aws::Utils::DateTime & GetEventTimestamp() const
AWS_DATAZONE_API LineageNodeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
LineageNodeSummary & WithDomainId(DomainIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
LineageNodeSummary & WithTypeRevision(TypeRevisionT &&value)
LineageNodeSummary & WithId(IdT &&value)
const Aws::String & GetTypeRevision() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue