7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/ExecutionStatus.h>
10#include <aws/appflow/model/ExecutionResult.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/appflow/model/MetadataCatalogDetail.h>
52 template<
typename ExecutionIdT = Aws::String>
53 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
54 template<
typename ExecutionIdT = Aws::String>
75 template<
typename ExecutionResultT = ExecutionResult>
76 void SetExecutionResult(ExecutionResultT&& value) { m_executionResultHasBeenSet =
true; m_executionResult = std::forward<ExecutionResultT>(value); }
77 template<
typename ExecutionResultT = ExecutionResult>
87 template<
typename StartedAtT = Aws::Utils::DateTime>
88 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
89 template<
typename StartedAtT = Aws::Utils::DateTime>
99 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
100 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
101 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
112 template<
typename DataPullStartTimeT = Aws::Utils::DateTime>
113 void SetDataPullStartTime(DataPullStartTimeT&& value) { m_dataPullStartTimeHasBeenSet =
true; m_dataPullStartTime = std::forward<DataPullStartTimeT>(value); }
114 template<
typename DataPullStartTimeT = Aws::Utils::DateTime>
125 template<
typename DataPullEndTimeT = Aws::Utils::DateTime>
126 void SetDataPullEndTime(DataPullEndTimeT&& value) { m_dataPullEndTimeHasBeenSet =
true; m_dataPullEndTime = std::forward<DataPullEndTimeT>(value); }
127 template<
typename DataPullEndTimeT = Aws::Utils::DateTime>
138 template<
typename MetadataCatalogDetailsT = Aws::Vector<MetadataCatalogDetail>>
139 void SetMetadataCatalogDetails(MetadataCatalogDetailsT&& value) { m_metadataCatalogDetailsHasBeenSet =
true; m_metadataCatalogDetails = std::forward<MetadataCatalogDetailsT>(value); }
140 template<
typename MetadataCatalogDetailsT = Aws::Vector<MetadataCatalogDetail>>
142 template<
typename MetadataCatalogDetailsT = MetadataCatalogDetail>
143 ExecutionRecord&
AddMetadataCatalogDetails(MetadataCatalogDetailsT&& value) { m_metadataCatalogDetailsHasBeenSet =
true; m_metadataCatalogDetails.emplace_back(std::forward<MetadataCatalogDetailsT>(value));
return *
this; }
148 bool m_executionIdHasBeenSet =
false;
151 bool m_executionStatusHasBeenSet =
false;
153 ExecutionResult m_executionResult;
154 bool m_executionResultHasBeenSet =
false;
157 bool m_startedAtHasBeenSet =
false;
160 bool m_lastUpdatedAtHasBeenSet =
false;
163 bool m_dataPullStartTimeHasBeenSet =
false;
166 bool m_dataPullEndTimeHasBeenSet =
false;
169 bool m_metadataCatalogDetailsHasBeenSet =
false;
ExecutionRecord & WithExecutionStatus(ExecutionStatus value)
ExecutionStatus GetExecutionStatus() const
bool StartedAtHasBeenSet() const
AWS_APPFLOW_API ExecutionRecord()=default
bool ExecutionIdHasBeenSet() const
void SetDataPullStartTime(DataPullStartTimeT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const ExecutionResult & GetExecutionResult() const
ExecutionRecord & WithStartedAt(StartedAtT &&value)
ExecutionRecord & AddMetadataCatalogDetails(MetadataCatalogDetailsT &&value)
bool DataPullEndTimeHasBeenSet() const
ExecutionRecord & WithExecutionId(ExecutionIdT &&value)
const Aws::Vector< MetadataCatalogDetail > & GetMetadataCatalogDetails() const
bool ExecutionStatusHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFLOW_API ExecutionRecord & operator=(Aws::Utils::Json::JsonView jsonValue)
ExecutionRecord & WithDataPullEndTime(DataPullEndTimeT &&value)
ExecutionRecord & WithExecutionResult(ExecutionResultT &&value)
bool DataPullStartTimeHasBeenSet() const
void SetMetadataCatalogDetails(MetadataCatalogDetailsT &&value)
void SetDataPullEndTime(DataPullEndTimeT &&value)
bool MetadataCatalogDetailsHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetExecutionId() const
const Aws::Utils::DateTime & GetDataPullStartTime() const
bool LastUpdatedAtHasBeenSet() const
void SetExecutionResult(ExecutionResultT &&value)
const Aws::Utils::DateTime & GetDataPullEndTime() const
ExecutionRecord & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetExecutionStatus(ExecutionStatus value)
ExecutionRecord & WithMetadataCatalogDetails(MetadataCatalogDetailsT &&value)
ExecutionRecord & WithDataPullStartTime(DataPullStartTimeT &&value)
AWS_APPFLOW_API ExecutionRecord(Aws::Utils::Json::JsonView jsonValue)
void SetExecutionId(ExecutionIdT &&value)
bool ExecutionResultHasBeenSet() const
const Aws::Utils::DateTime & GetStartedAt() const
void SetStartedAt(StartedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue