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 <aws/datazone/model/EventSummary.h>
11#include <aws/datazone/model/LineageEventProcessingStatus.h>
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
50 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 template<
typename CreatedByT = Aws::String>
62 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
63 template<
typename CreatedByT = Aws::String>
73 template<
typename DomainIdT = Aws::String>
74 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
75 template<
typename DomainIdT = Aws::String>
85 template<
typename EventSummaryT = EventSummary>
86 void SetEventSummary(EventSummaryT&& value) { m_eventSummaryHasBeenSet =
true; m_eventSummary = std::forward<EventSummaryT>(value); }
87 template<
typename EventSummaryT = EventSummary>
97 template<
typename EventTimeT = Aws::Utils::DateTime>
98 void SetEventTime(EventTimeT&& value) { m_eventTimeHasBeenSet =
true; m_eventTime = std::forward<EventTimeT>(value); }
99 template<
typename EventTimeT = Aws::Utils::DateTime>
109 template<
typename IdT = Aws::String>
110 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
111 template<
typename IdT = Aws::String>
127 bool m_createdAtHasBeenSet =
false;
130 bool m_createdByHasBeenSet =
false;
133 bool m_domainIdHasBeenSet =
false;
135 EventSummary m_eventSummary;
136 bool m_eventSummaryHasBeenSet =
false;
139 bool m_eventTimeHasBeenSet =
false;
142 bool m_idHasBeenSet =
false;
145 bool m_processingStatusHasBeenSet =
false;
bool CreatedAtHasBeenSet() const
bool DomainIdHasBeenSet() const
LineageEventSummary & WithEventSummary(EventSummaryT &&value)
const Aws::String & GetId() const
void SetDomainId(DomainIdT &&value)
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetEventTime() const
LineageEventSummary & WithProcessingStatus(LineageEventProcessingStatus value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProcessingStatusHasBeenSet() const
LineageEventSummary & WithId(IdT &&value)
LineageEventSummary & WithCreatedBy(CreatedByT &&value)
void SetProcessingStatus(LineageEventProcessingStatus value)
LineageEventProcessingStatus GetProcessingStatus() const
AWS_DATAZONE_API LineageEventSummary()=default
bool EventTimeHasBeenSet() const
const EventSummary & GetEventSummary() const
void SetCreatedAt(CreatedAtT &&value)
LineageEventSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetCreatedBy() const
LineageEventSummary & WithEventTime(EventTimeT &&value)
void SetEventTime(EventTimeT &&value)
bool CreatedByHasBeenSet() const
void SetEventSummary(EventSummaryT &&value)
AWS_DATAZONE_API LineageEventSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API LineageEventSummary(Aws::Utils::Json::JsonView jsonValue)
bool EventSummaryHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDomainId() const
LineageEventSummary & WithDomainId(DomainIdT &&value)
LineageEventProcessingStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue