7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/MaterializedViewRefreshState.h>
11#include <aws/glue/model/MaterializedViewRefreshType.h>
44 template <
typename CustomerIdT = Aws::String>
46 m_customerIdHasBeenSet =
true;
47 m_customerId = std::forward<CustomerIdT>(value);
49 template <
typename CustomerIdT = Aws::String>
62 template <
typename MaterializedViewRefreshTaskRunIdT = Aws::String>
64 m_materializedViewRefreshTaskRunIdHasBeenSet =
true;
65 m_materializedViewRefreshTaskRunId = std::forward<MaterializedViewRefreshTaskRunIdT>(value);
67 template <
typename MaterializedViewRefreshTaskRunIdT = Aws::String>
80 template <
typename DatabaseNameT = Aws::String>
82 m_databaseNameHasBeenSet =
true;
83 m_databaseName = std::forward<DatabaseNameT>(value);
85 template <
typename DatabaseNameT = Aws::String>
98 template <
typename TableNameT = Aws::String>
100 m_tableNameHasBeenSet =
true;
101 m_tableName = std::forward<TableNameT>(value);
103 template <
typename TableNameT = Aws::String>
117 template <
typename CatalogIdT = Aws::String>
119 m_catalogIdHasBeenSet =
true;
120 m_catalogId = std::forward<CatalogIdT>(value);
122 template <
typename CatalogIdT = Aws::String>
136 template <
typename RoleT = Aws::String>
138 m_roleHasBeenSet =
true;
139 m_role = std::forward<RoleT>(value);
141 template <
typename RoleT = Aws::String>
143 SetRole(std::forward<RoleT>(value));
155 m_statusHasBeenSet =
true;
170 template <
typename CreationTimeT = Aws::Utils::DateTime>
172 m_creationTimeHasBeenSet =
true;
173 m_creationTime = std::forward<CreationTimeT>(value);
175 template <
typename CreationTimeT = Aws::Utils::DateTime>
188 template <
typename LastUpdatedT = Aws::Utils::DateTime>
190 m_lastUpdatedHasBeenSet =
true;
191 m_lastUpdated = std::forward<LastUpdatedT>(value);
193 template <
typename LastUpdatedT = Aws::Utils::DateTime>
206 template <
typename StartTimeT = Aws::Utils::DateTime>
208 m_startTimeHasBeenSet =
true;
209 m_startTime = std::forward<StartTimeT>(value);
211 template <
typename StartTimeT = Aws::Utils::DateTime>
224 template <
typename EndTimeT = Aws::Utils::DateTime>
226 m_endTimeHasBeenSet =
true;
227 m_endTime = std::forward<EndTimeT>(value);
229 template <
typename EndTimeT = Aws::Utils::DateTime>
242 template <
typename ErrorMessageT = Aws::String>
244 m_errorMessageHasBeenSet =
true;
245 m_errorMessage = std::forward<ErrorMessageT>(value);
247 template <
typename ErrorMessageT = Aws::String>
261 m_dPUSecondsHasBeenSet =
true;
262 m_dPUSeconds = value;
277 m_refreshTypeHasBeenSet =
true;
278 m_refreshType = value;
294 m_processedBytesHasBeenSet =
true;
295 m_processedBytes = value;
327 double m_dPUSeconds{0.0};
331 long long m_processedBytes{0};
332 bool m_customerIdHasBeenSet =
false;
333 bool m_materializedViewRefreshTaskRunIdHasBeenSet =
false;
334 bool m_databaseNameHasBeenSet =
false;
335 bool m_tableNameHasBeenSet =
false;
336 bool m_catalogIdHasBeenSet =
false;
337 bool m_roleHasBeenSet =
false;
338 bool m_statusHasBeenSet =
false;
339 bool m_creationTimeHasBeenSet =
false;
340 bool m_lastUpdatedHasBeenSet =
false;
341 bool m_startTimeHasBeenSet =
false;
342 bool m_endTimeHasBeenSet =
false;
343 bool m_errorMessageHasBeenSet =
false;
344 bool m_dPUSecondsHasBeenSet =
false;
345 bool m_refreshTypeHasBeenSet =
false;
346 bool m_processedBytesHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetEndTime() const
MaterializedViewRefreshTaskRun & WithDatabaseName(DatabaseNameT &&value)
double GetDPUSeconds() const
AWS_GLUE_API MaterializedViewRefreshTaskRun(Aws::Utils::Json::JsonView jsonValue)
void SetProcessedBytes(long long value)
const Aws::String & GetTableName() const
void SetLastUpdated(LastUpdatedT &&value)
void SetErrorMessage(ErrorMessageT &&value)
MaterializedViewRefreshTaskRun & WithRefreshType(MaterializedViewRefreshType value)
bool RoleHasBeenSet() const
MaterializedViewRefreshTaskRun & WithStatus(MaterializedViewRefreshState value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetMaterializedViewRefreshTaskRunId(MaterializedViewRefreshTaskRunIdT &&value)
MaterializedViewRefreshState GetStatus() const
MaterializedViewRefreshTaskRun & WithStartTime(StartTimeT &&value)
void SetTableName(TableNameT &&value)
bool StatusHasBeenSet() const
void SetCatalogId(CatalogIdT &&value)
bool ErrorMessageHasBeenSet() const
bool EndTimeHasBeenSet() const
bool StartTimeHasBeenSet() const
bool MaterializedViewRefreshTaskRunIdHasBeenSet() const
const Aws::String & GetErrorMessage() const
const Aws::String & GetMaterializedViewRefreshTaskRunId() const
const Aws::Utils::DateTime & GetStartTime() const
AWS_GLUE_API MaterializedViewRefreshTaskRun()=default
MaterializedViewRefreshTaskRun & WithEndTime(EndTimeT &&value)
MaterializedViewRefreshTaskRun & WithMaterializedViewRefreshTaskRunId(MaterializedViewRefreshTaskRunIdT &&value)
bool TableNameHasBeenSet() const
MaterializedViewRefreshTaskRun & WithLastUpdated(LastUpdatedT &&value)
bool CreationTimeHasBeenSet() const
AWS_GLUE_API MaterializedViewRefreshTaskRun & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDPUSeconds(double value)
void SetCustomerId(CustomerIdT &&value)
void SetStartTime(StartTimeT &&value)
void SetStatus(MaterializedViewRefreshState value)
bool CustomerIdHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdated() const
void SetRefreshType(MaterializedViewRefreshType value)
void SetRole(RoleT &&value)
void SetCreationTime(CreationTimeT &&value)
MaterializedViewRefreshTaskRun & WithRole(RoleT &&value)
bool RefreshTypeHasBeenSet() const
bool ProcessedBytesHasBeenSet() const
const Aws::String & GetCatalogId() const
MaterializedViewRefreshTaskRun & WithCreationTime(CreationTimeT &&value)
MaterializedViewRefreshTaskRun & WithTableName(TableNameT &&value)
MaterializedViewRefreshTaskRun & WithCustomerId(CustomerIdT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::String & GetCustomerId() const
bool DPUSecondsHasBeenSet() const
bool LastUpdatedHasBeenSet() const
long long GetProcessedBytes() const
bool DatabaseNameHasBeenSet() const
const Aws::String & GetDatabaseName() const
MaterializedViewRefreshTaskRun & WithDPUSeconds(double value)
MaterializedViewRefreshTaskRun & WithCatalogId(CatalogIdT &&value)
MaterializedViewRefreshTaskRun & WithProcessedBytes(long long value)
MaterializedViewRefreshTaskRun & WithErrorMessage(ErrorMessageT &&value)
bool CatalogIdHasBeenSet() const
const Aws::String & GetRole() const
MaterializedViewRefreshType GetRefreshType() const
void SetDatabaseName(DatabaseNameT &&value)
MaterializedViewRefreshState
MaterializedViewRefreshType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue