7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/DataSourceErrorMessage.h>
12#include <aws/datazone/model/DataSourceRunLineageSummary.h>
13#include <aws/datazone/model/DataSourceRunStatus.h>
14#include <aws/datazone/model/DataSourceRunType.h>
15#include <aws/datazone/model/RunStatisticsForAssets.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename DomainIdT = Aws::String>
43 m_domainIdHasBeenSet =
true;
44 m_domainId = std::forward<DomainIdT>(value);
46 template <
typename DomainIdT = Aws::String>
58 template <
typename DataSourceIdT = Aws::String>
60 m_dataSourceIdHasBeenSet =
true;
61 m_dataSourceId = std::forward<DataSourceIdT>(value);
63 template <
typename DataSourceIdT = Aws::String>
75 template <
typename IdT = Aws::String>
77 m_idHasBeenSet =
true;
78 m_id = std::forward<IdT>(value);
80 template <
typename IdT = Aws::String>
82 SetId(std::forward<IdT>(value));
92 template <
typename ProjectIdT = Aws::String>
94 m_projectIdHasBeenSet =
true;
95 m_projectId = std::forward<ProjectIdT>(value);
97 template <
typename ProjectIdT = Aws::String>
110 m_statusHasBeenSet =
true;
125 m_typeHasBeenSet =
true;
139 template <
typename DataSourceConfigurationSnapshotT = Aws::String>
141 m_dataSourceConfigurationSnapshotHasBeenSet =
true;
142 m_dataSourceConfigurationSnapshot = std::forward<DataSourceConfigurationSnapshotT>(value);
144 template <
typename DataSourceConfigurationSnapshotT = Aws::String>
156 template <
typename RunStatisticsForAssetsT = RunStatisticsForAssets>
158 m_runStatisticsForAssetsHasBeenSet =
true;
159 m_runStatisticsForAssets = std::forward<RunStatisticsForAssetsT>(value);
161 template <
typename RunStatisticsForAssetsT = RunStatisticsForAssets>
173 template <
typename LineageSummaryT = DataSourceRunLineageSummary>
175 m_lineageSummaryHasBeenSet =
true;
176 m_lineageSummary = std::forward<LineageSummaryT>(value);
178 template <
typename LineageSummaryT = DataSourceRunLineageSummary>
191 template <
typename ErrorMessageT = DataSourceErrorMessage>
193 m_errorMessageHasBeenSet =
true;
194 m_errorMessage = std::forward<ErrorMessageT>(value);
196 template <
typename ErrorMessageT = DataSourceErrorMessage>
208 template <
typename CreatedAtT = Aws::Utils::DateTime>
210 m_createdAtHasBeenSet =
true;
211 m_createdAt = std::forward<CreatedAtT>(value);
213 template <
typename CreatedAtT = Aws::Utils::DateTime>
225 template <
typename UpdatedAtT = Aws::Utils::DateTime>
227 m_updatedAtHasBeenSet =
true;
228 m_updatedAt = std::forward<UpdatedAtT>(value);
230 template <
typename UpdatedAtT = Aws::Utils::DateTime>
242 template <
typename StartedAtT = Aws::Utils::DateTime>
244 m_startedAtHasBeenSet =
true;
245 m_startedAt = std::forward<StartedAtT>(value);
247 template <
typename StartedAtT = Aws::Utils::DateTime>
259 template <
typename StoppedAtT = Aws::Utils::DateTime>
261 m_stoppedAtHasBeenSet =
true;
262 m_stoppedAt = std::forward<StoppedAtT>(value);
264 template <
typename StoppedAtT = Aws::Utils::DateTime>
274 template <
typename RequestIdT = Aws::String>
276 m_requestIdHasBeenSet =
true;
277 m_requestId = std::forward<RequestIdT>(value);
279 template <
typename RequestIdT = Aws::String>
302 RunStatisticsForAssets m_runStatisticsForAssets;
304 DataSourceRunLineageSummary m_lineageSummary;
306 DataSourceErrorMessage m_errorMessage;
318 bool m_domainIdHasBeenSet =
false;
319 bool m_dataSourceIdHasBeenSet =
false;
320 bool m_idHasBeenSet =
false;
321 bool m_projectIdHasBeenSet =
false;
322 bool m_statusHasBeenSet =
false;
323 bool m_typeHasBeenSet =
false;
324 bool m_dataSourceConfigurationSnapshotHasBeenSet =
false;
325 bool m_runStatisticsForAssetsHasBeenSet =
false;
326 bool m_lineageSummaryHasBeenSet =
false;
327 bool m_errorMessageHasBeenSet =
false;
328 bool m_createdAtHasBeenSet =
false;
329 bool m_updatedAtHasBeenSet =
false;
330 bool m_startedAtHasBeenSet =
false;
331 bool m_stoppedAtHasBeenSet =
false;
332 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetStartedAt() const
void SetErrorMessage(ErrorMessageT &&value)
GetDataSourceRunResult & WithStoppedAt(StoppedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const DataSourceRunLineageSummary & GetLineageSummary() const
void SetStatus(DataSourceRunStatus value)
void SetRequestId(RequestIdT &&value)
void SetStartedAt(StartedAtT &&value)
void SetStoppedAt(StoppedAtT &&value)
const RunStatisticsForAssets & GetRunStatisticsForAssets() const
const Aws::String & GetDataSourceConfigurationSnapshot() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetRunStatisticsForAssets(RunStatisticsForAssetsT &&value)
const Aws::String & GetProjectId() const
GetDataSourceRunResult & WithDataSourceId(DataSourceIdT &&value)
void SetDomainId(DomainIdT &&value)
void SetDataSourceConfigurationSnapshot(DataSourceConfigurationSnapshotT &&value)
GetDataSourceRunResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDomainId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
GetDataSourceRunResult & WithErrorMessage(ErrorMessageT &&value)
void SetDataSourceId(DataSourceIdT &&value)
GetDataSourceRunResult & WithLineageSummary(LineageSummaryT &&value)
GetDataSourceRunResult & WithType(DataSourceRunType value)
const Aws::String & GetDataSourceId() const
void SetLineageSummary(LineageSummaryT &&value)
const Aws::String & GetRequestId() const
AWS_DATAZONE_API GetDataSourceRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API GetDataSourceRunResult()=default
GetDataSourceRunResult & WithDataSourceConfigurationSnapshot(DataSourceConfigurationSnapshotT &&value)
GetDataSourceRunResult & WithStartedAt(StartedAtT &&value)
GetDataSourceRunResult & WithStatus(DataSourceRunStatus value)
void SetType(DataSourceRunType value)
const DataSourceErrorMessage & GetErrorMessage() const
DataSourceRunType GetType() const
GetDataSourceRunResult & WithProjectId(ProjectIdT &&value)
GetDataSourceRunResult & WithId(IdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetStoppedAt() const
AWS_DATAZONE_API GetDataSourceRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProjectId(ProjectIdT &&value)
DataSourceRunStatus GetStatus() const
const Aws::Utils::DateTime & GetCreatedAt() const
GetDataSourceRunResult & WithUpdatedAt(UpdatedAtT &&value)
GetDataSourceRunResult & WithRunStatisticsForAssets(RunStatisticsForAssetsT &&value)
GetDataSourceRunResult & WithRequestId(RequestIdT &&value)
GetDataSourceRunResult & WithDomainId(DomainIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue