7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/DataSourceErrorMessage.h>
11#include <aws/datazone/model/DataSourceRunLineageSummary.h>
12#include <aws/datazone/model/DataSourceRunStatus.h>
13#include <aws/datazone/model/DataSourceRunType.h>
14#include <aws/datazone/model/RunStatisticsForAssets.h>
46 template <
typename IdT = Aws::String>
48 m_idHasBeenSet =
true;
49 m_id = std::forward<IdT>(value);
51 template <
typename IdT = Aws::String>
53 SetId(std::forward<IdT>(value));
64 template <
typename DataSourceIdT = Aws::String>
66 m_dataSourceIdHasBeenSet =
true;
67 m_dataSourceId = std::forward<DataSourceIdT>(value);
69 template <
typename DataSourceIdT = Aws::String>
83 m_typeHasBeenSet =
true;
99 m_statusHasBeenSet =
true;
114 template <
typename ProjectIdT = Aws::String>
116 m_projectIdHasBeenSet =
true;
117 m_projectId = std::forward<ProjectIdT>(value);
119 template <
typename ProjectIdT = Aws::String>
130 template <
typename RunStatisticsForAssetsT = RunStatisticsForAssets>
132 m_runStatisticsForAssetsHasBeenSet =
true;
133 m_runStatisticsForAssets = std::forward<RunStatisticsForAssetsT>(value);
135 template <
typename RunStatisticsForAssetsT = RunStatisticsForAssets>
146 template <
typename ErrorMessageT = DataSourceErrorMessage>
148 m_errorMessageHasBeenSet =
true;
149 m_errorMessage = std::forward<ErrorMessageT>(value);
151 template <
typename ErrorMessageT = DataSourceErrorMessage>
164 template <
typename CreatedAtT = Aws::Utils::DateTime>
166 m_createdAtHasBeenSet =
true;
167 m_createdAt = std::forward<CreatedAtT>(value);
169 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 template <
typename UpdatedAtT = Aws::Utils::DateTime>
184 m_updatedAtHasBeenSet =
true;
185 m_updatedAt = std::forward<UpdatedAtT>(value);
187 template <
typename UpdatedAtT = Aws::Utils::DateTime>
200 template <
typename StartedAtT = Aws::Utils::DateTime>
202 m_startedAtHasBeenSet =
true;
203 m_startedAt = std::forward<StartedAtT>(value);
205 template <
typename StartedAtT = Aws::Utils::DateTime>
218 template <
typename StoppedAtT = Aws::Utils::DateTime>
220 m_stoppedAtHasBeenSet =
true;
221 m_stoppedAt = std::forward<StoppedAtT>(value);
223 template <
typename StoppedAtT = Aws::Utils::DateTime>
236 template <
typename LineageSummaryT = DataSourceRunLineageSummary>
238 m_lineageSummaryHasBeenSet =
true;
239 m_lineageSummary = std::forward<LineageSummaryT>(value);
241 template <
typename LineageSummaryT = DataSourceRunLineageSummary>
258 RunStatisticsForAssets m_runStatisticsForAssets;
260 DataSourceErrorMessage m_errorMessage;
270 DataSourceRunLineageSummary m_lineageSummary;
271 bool m_idHasBeenSet =
false;
272 bool m_dataSourceIdHasBeenSet =
false;
273 bool m_typeHasBeenSet =
false;
274 bool m_statusHasBeenSet =
false;
275 bool m_projectIdHasBeenSet =
false;
276 bool m_runStatisticsForAssetsHasBeenSet =
false;
277 bool m_errorMessageHasBeenSet =
false;
278 bool m_createdAtHasBeenSet =
false;
279 bool m_updatedAtHasBeenSet =
false;
280 bool m_startedAtHasBeenSet =
false;
281 bool m_stoppedAtHasBeenSet =
false;
282 bool m_lineageSummaryHasBeenSet =
false;
DataSourceRunSummary & WithDataSourceId(DataSourceIdT &&value)
DataSourceRunSummary & WithStatus(DataSourceRunStatus value)
DataSourceRunSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetStatus(DataSourceRunStatus value)
DataSourceRunSummary & WithType(DataSourceRunType value)
AWS_DATAZONE_API DataSourceRunSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const DataSourceRunLineageSummary & GetLineageSummary() const
AWS_DATAZONE_API DataSourceRunSummary(Aws::Utils::Json::JsonView jsonValue)
bool ProjectIdHasBeenSet() const
DataSourceRunStatus GetStatus() const
DataSourceRunSummary & WithProjectId(ProjectIdT &&value)
const Aws::String & GetProjectId() const
const DataSourceErrorMessage & GetErrorMessage() const
DataSourceRunSummary & WithStoppedAt(StoppedAtT &&value)
bool CreatedAtHasBeenSet() const
bool LineageSummaryHasBeenSet() const
DataSourceRunSummary & WithRunStatisticsForAssets(RunStatisticsForAssetsT &&value)
const Aws::String & GetId() const
DataSourceRunSummary & WithErrorMessage(ErrorMessageT &&value)
bool UpdatedAtHasBeenSet() const
void SetRunStatisticsForAssets(RunStatisticsForAssetsT &&value)
bool StatusHasBeenSet() const
bool TypeHasBeenSet() const
bool RunStatisticsForAssetsHasBeenSet() const
bool DataSourceIdHasBeenSet() const
bool ErrorMessageHasBeenSet() const
DataSourceRunSummary & WithUpdatedAt(UpdatedAtT &&value)
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetStoppedAt() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStoppedAt(StoppedAtT &&value)
const RunStatisticsForAssets & GetRunStatisticsForAssets() const
const Aws::Utils::DateTime & GetCreatedAt() const
DataSourceRunSummary & WithId(IdT &&value)
void SetErrorMessage(ErrorMessageT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetDataSourceId(DataSourceIdT &&value)
void SetStartedAt(StartedAtT &&value)
DataSourceRunSummary & WithLineageSummary(LineageSummaryT &&value)
bool StartedAtHasBeenSet() const
AWS_DATAZONE_API DataSourceRunSummary()=default
const Aws::String & GetDataSourceId() const
DataSourceRunType GetType() const
void SetProjectId(ProjectIdT &&value)
bool StoppedAtHasBeenSet() const
DataSourceRunSummary & WithStartedAt(StartedAtT &&value)
void SetType(DataSourceRunType value)
const Aws::Utils::DateTime & GetStartedAt() const
void SetLineageSummary(LineageSummaryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue