7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename DomainIdT = Aws::String>
43 m_domainIdHasBeenSet =
true;
44 m_domainId = std::forward<DomainIdT>(value);
46 template <
typename DomainIdT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename CreatedAtT = Aws::Utils::DateTime>
97 m_createdAtHasBeenSet =
true;
98 m_createdAt = std::forward<CreatedAtT>(value);
100 template <
typename CreatedAtT = Aws::Utils::DateTime>
113 template <
typename CreatedByT = Aws::String>
115 m_createdByHasBeenSet =
true;
116 m_createdBy = std::forward<CreatedByT>(value);
118 template <
typename CreatedByT = Aws::String>
131 template <
typename UpdatedAtT = Aws::Utils::DateTime>
133 m_updatedAtHasBeenSet =
true;
134 m_updatedAt = std::forward<UpdatedAtT>(value);
136 template <
typename UpdatedAtT = Aws::Utils::DateTime>
149 template <
typename UpdatedByT = Aws::String>
151 m_updatedByHasBeenSet =
true;
152 m_updatedBy = std::forward<UpdatedByT>(value);
154 template <
typename UpdatedByT = Aws::String>
167 template <
typename IdT = Aws::String>
169 m_idHasBeenSet =
true;
170 m_id = std::forward<IdT>(value);
172 template <
typename IdT = Aws::String>
174 SetId(std::forward<IdT>(value));
185 template <
typename TypeNameT = Aws::String>
187 m_typeNameHasBeenSet =
true;
188 m_typeName = std::forward<TypeNameT>(value);
190 template <
typename TypeNameT = Aws::String>
203 template <
typename TypeRevisionT = Aws::String>
205 m_typeRevisionHasBeenSet =
true;
206 m_typeRevision = std::forward<TypeRevisionT>(value);
208 template <
typename TypeRevisionT = Aws::String>
221 template <
typename SourceIdentifierT = Aws::String>
223 m_sourceIdentifierHasBeenSet =
true;
224 m_sourceIdentifier = std::forward<SourceIdentifierT>(value);
226 template <
typename SourceIdentifierT = Aws::String>
239 template <
typename EventTimestampT = Aws::Utils::DateTime>
241 m_eventTimestampHasBeenSet =
true;
242 m_eventTimestamp = std::forward<EventTimestampT>(value);
244 template <
typename EventTimestampT = Aws::Utils::DateTime>
274 bool m_domainIdHasBeenSet =
false;
275 bool m_nameHasBeenSet =
false;
276 bool m_descriptionHasBeenSet =
false;
277 bool m_createdAtHasBeenSet =
false;
278 bool m_createdByHasBeenSet =
false;
279 bool m_updatedAtHasBeenSet =
false;
280 bool m_updatedByHasBeenSet =
false;
281 bool m_idHasBeenSet =
false;
282 bool m_typeNameHasBeenSet =
false;
283 bool m_typeRevisionHasBeenSet =
false;
284 bool m_sourceIdentifierHasBeenSet =
false;
285 bool m_eventTimestampHasBeenSet =
false;
void SetEventTimestamp(EventTimestampT &&value)
const Aws::String & GetDescription() const
LineageNodeSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetSourceIdentifier() const
bool TypeRevisionHasBeenSet() const
bool UpdatedByHasBeenSet() const
const Aws::String & GetCreatedBy() const
bool CreatedByHasBeenSet() const
void SetTypeName(TypeNameT &&value)
LineageNodeSummary & WithEventTimestamp(EventTimestampT &&value)
bool DescriptionHasBeenSet() const
LineageNodeSummary & WithTypeName(TypeNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
LineageNodeSummary & WithSourceIdentifier(SourceIdentifierT &&value)
void SetName(NameT &&value)
AWS_DATAZONE_API LineageNodeSummary(Aws::Utils::Json::JsonView jsonValue)
bool TypeNameHasBeenSet() const
LineageNodeSummary & WithName(NameT &&value)
LineageNodeSummary & WithUpdatedAt(UpdatedAtT &&value)
bool DomainIdHasBeenSet() const
const Aws::String & GetName() const
void SetUpdatedBy(UpdatedByT &&value)
const Aws::String & GetDomainId() const
const Aws::Utils::DateTime & GetCreatedAt() const
LineageNodeSummary & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
LineageNodeSummary & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetId() const
bool EventTimestampHasBeenSet() const
LineageNodeSummary & WithUpdatedBy(UpdatedByT &&value)
bool NameHasBeenSet() const
void SetTypeRevision(TypeRevisionT &&value)
bool CreatedAtHasBeenSet() const
bool SourceIdentifierHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API LineageNodeSummary()=default
const Aws::String & GetUpdatedBy() const
void SetSourceIdentifier(SourceIdentifierT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetTypeName() const
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
bool UpdatedAtHasBeenSet() const
LineageNodeSummary & WithTypeRevision(TypeRevisionT &&value)
LineageNodeSummary & WithId(IdT &&value)
const Aws::String & GetTypeRevision() const
void SetDomainId(DomainIdT &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue