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>
135 template <
typename RoleT = Aws::String>
137 m_roleHasBeenSet =
true;
138 m_role = std::forward<RoleT>(value);
140 template <
typename RoleT = Aws::String>
142 SetRole(std::forward<RoleT>(value));
154 m_statusHasBeenSet =
true;
169 template <
typename CreationTimeT = Aws::Utils::DateTime>
171 m_creationTimeHasBeenSet =
true;
172 m_creationTime = std::forward<CreationTimeT>(value);
174 template <
typename CreationTimeT = Aws::Utils::DateTime>
187 template <
typename LastUpdatedT = Aws::Utils::DateTime>
189 m_lastUpdatedHasBeenSet =
true;
190 m_lastUpdated = std::forward<LastUpdatedT>(value);
192 template <
typename LastUpdatedT = Aws::Utils::DateTime>
205 template <
typename StartTimeT = Aws::Utils::DateTime>
207 m_startTimeHasBeenSet =
true;
208 m_startTime = std::forward<StartTimeT>(value);
210 template <
typename StartTimeT = Aws::Utils::DateTime>
223 template <
typename EndTimeT = Aws::Utils::DateTime>
225 m_endTimeHasBeenSet =
true;
226 m_endTime = std::forward<EndTimeT>(value);
228 template <
typename EndTimeT = Aws::Utils::DateTime>
241 template <
typename ErrorMessageT = Aws::String>
243 m_errorMessageHasBeenSet =
true;
244 m_errorMessage = std::forward<ErrorMessageT>(value);
246 template <
typename ErrorMessageT = Aws::String>
260 m_dPUSecondsHasBeenSet =
true;
261 m_dPUSeconds = value;
276 m_refreshTypeHasBeenSet =
true;
277 m_refreshType = value;
293 m_processedBytesHasBeenSet =
true;
294 m_processedBytes = value;
326 double m_dPUSeconds{0.0};
330 long long m_processedBytes{0};
331 bool m_customerIdHasBeenSet =
false;
332 bool m_materializedViewRefreshTaskRunIdHasBeenSet =
false;
333 bool m_databaseNameHasBeenSet =
false;
334 bool m_tableNameHasBeenSet =
false;
335 bool m_catalogIdHasBeenSet =
false;
336 bool m_roleHasBeenSet =
false;
337 bool m_statusHasBeenSet =
false;
338 bool m_creationTimeHasBeenSet =
false;
339 bool m_lastUpdatedHasBeenSet =
false;
340 bool m_startTimeHasBeenSet =
false;
341 bool m_endTimeHasBeenSet =
false;
342 bool m_errorMessageHasBeenSet =
false;
343 bool m_dPUSecondsHasBeenSet =
false;
344 bool m_refreshTypeHasBeenSet =
false;
345 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