7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/stream/ResponseStream.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/LineageEventProcessingStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
57 template <
typename IdT = Aws::String>
59 m_idHasBeenSet =
true;
60 m_id = std::forward<IdT>(value);
62 template <
typename IdT = Aws::String>
64 SetId(std::forward<IdT>(value));
83 template <
typename CreatedByT = Aws::String>
85 m_createdByHasBeenSet =
true;
86 m_createdBy = std::forward<CreatedByT>(value);
88 template <
typename CreatedByT = Aws::String>
101 m_processingStatusHasBeenSet =
true;
102 m_processingStatus = value;
115 template <
typename EventTimeT = Aws::Utils::DateTime>
117 m_eventTimeHasBeenSet =
true;
118 m_eventTime = std::forward<EventTimeT>(value);
120 template <
typename EventTimeT = Aws::Utils::DateTime>
132 template <
typename CreatedAtT = Aws::Utils::DateTime>
134 m_createdAtHasBeenSet =
true;
135 m_createdAt = std::forward<CreatedAtT>(value);
137 template <
typename CreatedAtT = Aws::Utils::DateTime>
147 template <
typename RequestIdT = Aws::String>
149 m_requestIdHasBeenSet =
true;
150 m_requestId = std::forward<RequestIdT>(value);
152 template <
typename RequestIdT = Aws::String>
174 bool m_domainIdHasBeenSet =
false;
175 bool m_idHasBeenSet =
false;
176 bool m_eventHasBeenSet =
false;
177 bool m_createdByHasBeenSet =
false;
178 bool m_processingStatusHasBeenSet =
false;
179 bool m_eventTimeHasBeenSet =
false;
180 bool m_createdAtHasBeenSet =
false;
181 bool m_requestIdHasBeenSet =
false;
GetLineageEventResult & WithProcessingStatus(LineageEventProcessingStatus value)
void SetCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetEventTime() const
AWS_DATAZONE_API GetLineageEventResult()=default
GetLineageEventResult & operator=(const GetLineageEventResult &)=delete
void ReplaceBody(Aws::IOStream *body)
GetLineageEventResult(const GetLineageEventResult &)=delete
Aws::IOStream & GetEvent() const
GetLineageEventResult & WithId(IdT &&value)
LineageEventProcessingStatus GetProcessingStatus() const
AWS_DATAZONE_API GetLineageEventResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetLineageEventResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetDomainId() const
GetLineageEventResult & WithCreatedBy(CreatedByT &&value)
void SetEventTime(EventTimeT &&value)
AWS_DATAZONE_API GetLineageEventResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
AWS_DATAZONE_API GetLineageEventResult(GetLineageEventResult &&)=default
void SetDomainId(DomainIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API GetLineageEventResult & operator=(GetLineageEventResult &&)=default
void SetProcessingStatus(LineageEventProcessingStatus value)
const Aws::String & GetId() const
GetLineageEventResult & WithEventTime(EventTimeT &&value)
GetLineageEventResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetRequestId() const
GetLineageEventResult & WithDomainId(DomainIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
Aws::IOStream & GetUnderlyingStream() const
LineageEventProcessingStatus
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String