7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/Array.h>
12#include <aws/datazone/model/LineageEventProcessingStatus.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
46 template<
typename CreatedAtT = Aws::Utils::DateTime>
47 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
48 template<
typename CreatedAtT = Aws::Utils::DateTime>
57 template<
typename CreatedByT = Aws::String>
58 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
59 template<
typename CreatedByT = Aws::String>
68 template<
typename DomainIdT = Aws::String>
69 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
70 template<
typename DomainIdT = Aws::String>
88 template<
typename EventTimeT = Aws::Utils::DateTime>
89 void SetEventTime(EventTimeT&& value) { m_eventTimeHasBeenSet =
true; m_eventTime = std::forward<EventTimeT>(value); }
90 template<
typename EventTimeT = Aws::Utils::DateTime>
99 template<
typename IdT = Aws::String>
100 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
101 template<
typename IdT = Aws::String>
117 template<
typename RequestIdT = Aws::String>
118 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
119 template<
typename RequestIdT = Aws::String>
125 bool m_createdAtHasBeenSet =
false;
128 bool m_createdByHasBeenSet =
false;
131 bool m_domainIdHasBeenSet =
false;
134 bool m_eventHasBeenSet =
false;
137 bool m_eventTimeHasBeenSet =
false;
140 bool m_idHasBeenSet =
false;
143 bool m_processingStatusHasBeenSet =
false;
146 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