7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/DataSourceErrorMessage.h>
11#include <aws/datazone/model/DataSourceRunLineageSummary.h>
12#include <aws/datazone/model/RunStatisticsForAssets.h>
13#include <aws/datazone/model/DataSourceRunStatus.h>
14#include <aws/datazone/model/DataSourceRunType.h>
19template<
typename RESULT_TYPE>
20class 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 DataSourceConfigurationSnapshotT = Aws::String>
58 void SetDataSourceConfigurationSnapshot(DataSourceConfigurationSnapshotT&& value) { m_dataSourceConfigurationSnapshotHasBeenSet =
true; m_dataSourceConfigurationSnapshot = std::forward<DataSourceConfigurationSnapshotT>(value); }
59 template<
typename DataSourceConfigurationSnapshotT = Aws::String>
68 template<
typename DataSourceIdT = Aws::String>
69 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
70 template<
typename DataSourceIdT = Aws::String>
79 template<
typename DomainIdT = Aws::String>
80 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
81 template<
typename DomainIdT = Aws::String>
91 template<
typename ErrorMessageT = DataSourceErrorMessage>
92 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
93 template<
typename ErrorMessageT = DataSourceErrorMessage>
102 template<
typename IdT = Aws::String>
103 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
104 template<
typename IdT = Aws::String>
113 template<
typename LineageSummaryT = DataSourceRunLineageSummary>
114 void SetLineageSummary(LineageSummaryT&& value) { m_lineageSummaryHasBeenSet =
true; m_lineageSummary = std::forward<LineageSummaryT>(value); }
115 template<
typename LineageSummaryT = DataSourceRunLineageSummary>
124 template<
typename ProjectIdT = Aws::String>
125 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
126 template<
typename ProjectIdT = Aws::String>
135 template<
typename RunStatisticsForAssetsT = RunStatisticsForAssets>
136 void SetRunStatisticsForAssets(RunStatisticsForAssetsT&& value) { m_runStatisticsForAssetsHasBeenSet =
true; m_runStatisticsForAssets = std::forward<RunStatisticsForAssetsT>(value); }
137 template<
typename RunStatisticsForAssetsT = RunStatisticsForAssets>
146 template<
typename StartedAtT = Aws::Utils::DateTime>
147 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
148 template<
typename StartedAtT = Aws::Utils::DateTime>
166 template<
typename StoppedAtT = Aws::Utils::DateTime>
167 void SetStoppedAt(StoppedAtT&& value) { m_stoppedAtHasBeenSet =
true; m_stoppedAt = std::forward<StoppedAtT>(value); }
168 template<
typename StoppedAtT = Aws::Utils::DateTime>
186 template<
typename UpdatedAtT = Aws::Utils::DateTime>
187 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
188 template<
typename UpdatedAtT = Aws::Utils::DateTime>
195 template<
typename RequestIdT = Aws::String>
196 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
197 template<
typename RequestIdT = Aws::String>
203 bool m_createdAtHasBeenSet =
false;
206 bool m_dataSourceConfigurationSnapshotHasBeenSet =
false;
209 bool m_dataSourceIdHasBeenSet =
false;
212 bool m_domainIdHasBeenSet =
false;
214 DataSourceErrorMessage m_errorMessage;
215 bool m_errorMessageHasBeenSet =
false;
218 bool m_idHasBeenSet =
false;
220 DataSourceRunLineageSummary m_lineageSummary;
221 bool m_lineageSummaryHasBeenSet =
false;
224 bool m_projectIdHasBeenSet =
false;
226 RunStatisticsForAssets m_runStatisticsForAssets;
227 bool m_runStatisticsForAssetsHasBeenSet =
false;
230 bool m_startedAtHasBeenSet =
false;
233 bool m_statusHasBeenSet =
false;
236 bool m_stoppedAtHasBeenSet =
false;
239 bool m_typeHasBeenSet =
false;
242 bool m_updatedAtHasBeenSet =
false;
245 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetStartedAt() const
void SetErrorMessage(ErrorMessageT &&value)
GetDataSourceRunResult & WithStoppedAt(StoppedAtT &&value)
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