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/DataAssetActivityStatus.h>
11#include <aws/datazone/model/DataSourceErrorMessage.h>
12#include <aws/datazone/model/LineageInfo.h>
50 template<
typename CreatedAtT = Aws::Utils::DateTime>
51 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
52 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 template<
typename DataAssetIdT = Aws::String>
63 void SetDataAssetId(DataAssetIdT&& value) { m_dataAssetIdHasBeenSet =
true; m_dataAssetId = std::forward<DataAssetIdT>(value); }
64 template<
typename DataAssetIdT = Aws::String>
84 template<
typename DataSourceRunIdT = Aws::String>
85 void SetDataSourceRunId(DataSourceRunIdT&& value) { m_dataSourceRunIdHasBeenSet =
true; m_dataSourceRunId = std::forward<DataSourceRunIdT>(value); }
86 template<
typename DataSourceRunIdT = Aws::String>
96 template<
typename DatabaseT = Aws::String>
97 void SetDatabase(DatabaseT&& value) { m_databaseHasBeenSet =
true; m_database = std::forward<DatabaseT>(value); }
98 template<
typename DatabaseT = Aws::String>
106 template<
typename ErrorMessageT = DataSourceErrorMessage>
107 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
108 template<
typename ErrorMessageT = DataSourceErrorMessage>
118 template<
typename LineageSummaryT = LineageInfo>
119 void SetLineageSummary(LineageSummaryT&& value) { m_lineageSummaryHasBeenSet =
true; m_lineageSummary = std::forward<LineageSummaryT>(value); }
120 template<
typename LineageSummaryT = LineageInfo>
130 template<
typename ProjectIdT = Aws::String>
131 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
132 template<
typename ProjectIdT = Aws::String>
142 template<
typename TechnicalDescriptionT = Aws::String>
143 void SetTechnicalDescription(TechnicalDescriptionT&& value) { m_technicalDescriptionHasBeenSet =
true; m_technicalDescription = std::forward<TechnicalDescriptionT>(value); }
144 template<
typename TechnicalDescriptionT = Aws::String>
154 template<
typename TechnicalNameT = Aws::String>
155 void SetTechnicalName(TechnicalNameT&& value) { m_technicalNameHasBeenSet =
true; m_technicalName = std::forward<TechnicalNameT>(value); }
156 template<
typename TechnicalNameT = Aws::String>
166 template<
typename UpdatedAtT = Aws::Utils::DateTime>
167 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
168 template<
typename UpdatedAtT = Aws::Utils::DateTime>
174 bool m_createdAtHasBeenSet =
false;
177 bool m_dataAssetIdHasBeenSet =
false;
180 bool m_dataAssetStatusHasBeenSet =
false;
183 bool m_dataSourceRunIdHasBeenSet =
false;
186 bool m_databaseHasBeenSet =
false;
188 DataSourceErrorMessage m_errorMessage;
189 bool m_errorMessageHasBeenSet =
false;
191 LineageInfo m_lineageSummary;
192 bool m_lineageSummaryHasBeenSet =
false;
195 bool m_projectIdHasBeenSet =
false;
198 bool m_technicalDescriptionHasBeenSet =
false;
201 bool m_technicalNameHasBeenSet =
false;
204 bool m_updatedAtHasBeenSet =
false;
DataSourceRunActivity & WithDataAssetId(DataAssetIdT &&value)
AWS_DATAZONE_API DataSourceRunActivity()=default
DataSourceRunActivity & WithTechnicalName(TechnicalNameT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DataAssetIdHasBeenSet() const
DataSourceRunActivity & WithDataAssetStatus(DataAssetActivityStatus value)
DataSourceRunActivity & WithCreatedAt(CreatedAtT &&value)
DataSourceRunActivity & WithTechnicalDescription(TechnicalDescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool DataAssetStatusHasBeenSet() const
bool DataSourceRunIdHasBeenSet() const
void SetDataAssetStatus(DataAssetActivityStatus value)
bool LineageSummaryHasBeenSet() const
DataSourceRunActivity & WithProjectId(ProjectIdT &&value)
const Aws::String & GetTechnicalDescription() const
const Aws::String & GetDataAssetId() const
void SetDataAssetId(DataAssetIdT &&value)
bool ErrorMessageHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetProjectId() const
void SetTechnicalDescription(TechnicalDescriptionT &&value)
const LineageInfo & GetLineageSummary() const
bool DatabaseHasBeenSet() const
void SetLineageSummary(LineageSummaryT &&value)
const Aws::String & GetDatabase() const
bool UpdatedAtHasBeenSet() const
DataSourceRunActivity & WithErrorMessage(ErrorMessageT &&value)
void SetTechnicalName(TechnicalNameT &&value)
void SetDatabase(DatabaseT &&value)
bool ProjectIdHasBeenSet() const
AWS_DATAZONE_API DataSourceRunActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
DataAssetActivityStatus GetDataAssetStatus() const
DataSourceRunActivity & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetTechnicalName() const
void SetErrorMessage(ErrorMessageT &&value)
const Aws::String & GetDataSourceRunId() const
bool CreatedAtHasBeenSet() const
void SetDataSourceRunId(DataSourceRunIdT &&value)
void SetProjectId(ProjectIdT &&value)
bool TechnicalNameHasBeenSet() const
DataSourceRunActivity & WithLineageSummary(LineageSummaryT &&value)
const DataSourceErrorMessage & GetErrorMessage() const
DataSourceRunActivity & WithDataSourceRunId(DataSourceRunIdT &&value)
DataSourceRunActivity & WithDatabase(DatabaseT &&value)
AWS_DATAZONE_API DataSourceRunActivity(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool TechnicalDescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue