7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/ColumnStatisticsState.h>
12#include <aws/glue/model/ComputationType.h>
45 template <
typename CustomerIdT = Aws::String>
47 m_customerIdHasBeenSet =
true;
48 m_customerId = std::forward<CustomerIdT>(value);
50 template <
typename CustomerIdT = Aws::String>
63 template <
typename ColumnStatisticsTaskRunIdT = Aws::String>
65 m_columnStatisticsTaskRunIdHasBeenSet =
true;
66 m_columnStatisticsTaskRunId = std::forward<ColumnStatisticsTaskRunIdT>(value);
68 template <
typename ColumnStatisticsTaskRunIdT = Aws::String>
81 template <
typename DatabaseNameT = Aws::String>
83 m_databaseNameHasBeenSet =
true;
84 m_databaseName = std::forward<DatabaseNameT>(value);
86 template <
typename DatabaseNameT = Aws::String>
99 template <
typename TableNameT = Aws::String>
101 m_tableNameHasBeenSet =
true;
102 m_tableName = std::forward<TableNameT>(value);
104 template <
typename TableNameT = Aws::String>
118 template <
typename ColumnNameListT = Aws::Vector<Aws::String>>
120 m_columnNameListHasBeenSet =
true;
121 m_columnNameList = std::forward<ColumnNameListT>(value);
123 template <
typename ColumnNameListT = Aws::Vector<Aws::String>>
128 template <
typename ColumnNameListT = Aws::String>
130 m_columnNameListHasBeenSet =
true;
131 m_columnNameList.emplace_back(std::forward<ColumnNameListT>(value));
143 template <
typename CatalogIDT = Aws::String>
145 m_catalogIDHasBeenSet =
true;
146 m_catalogID = std::forward<CatalogIDT>(value);
148 template <
typename CatalogIDT = Aws::String>
161 template <
typename RoleT = Aws::String>
163 m_roleHasBeenSet =
true;
164 m_role = std::forward<RoleT>(value);
166 template <
typename RoleT = Aws::String>
168 SetRole(std::forward<RoleT>(value));
181 m_sampleSizeHasBeenSet =
true;
182 m_sampleSize = value;
197 template <
typename SecurityConfigurationT = Aws::String>
199 m_securityConfigurationHasBeenSet =
true;
200 m_securityConfiguration = std::forward<SecurityConfigurationT>(value);
202 template <
typename SecurityConfigurationT = Aws::String>
217 m_numberOfWorkersHasBeenSet =
true;
218 m_numberOfWorkers = value;
233 template <
typename WorkerTypeT = Aws::String>
235 m_workerTypeHasBeenSet =
true;
236 m_workerType = std::forward<WorkerTypeT>(value);
238 template <
typename WorkerTypeT = Aws::String>
252 m_computationTypeHasBeenSet =
true;
253 m_computationType = value;
268 m_statusHasBeenSet =
true;
283 template <
typename CreationTimeT = Aws::Utils::DateTime>
285 m_creationTimeHasBeenSet =
true;
286 m_creationTime = std::forward<CreationTimeT>(value);
288 template <
typename CreationTimeT = Aws::Utils::DateTime>
301 template <
typename LastUpdatedT = Aws::Utils::DateTime>
303 m_lastUpdatedHasBeenSet =
true;
304 m_lastUpdated = std::forward<LastUpdatedT>(value);
306 template <
typename LastUpdatedT = Aws::Utils::DateTime>
319 template <
typename StartTimeT = Aws::Utils::DateTime>
321 m_startTimeHasBeenSet =
true;
322 m_startTime = std::forward<StartTimeT>(value);
324 template <
typename StartTimeT = Aws::Utils::DateTime>
337 template <
typename EndTimeT = Aws::Utils::DateTime>
339 m_endTimeHasBeenSet =
true;
340 m_endTime = std::forward<EndTimeT>(value);
342 template <
typename EndTimeT = Aws::Utils::DateTime>
355 template <
typename ErrorMessageT = Aws::String>
357 m_errorMessageHasBeenSet =
true;
358 m_errorMessage = std::forward<ErrorMessageT>(value);
360 template <
typename ErrorMessageT = Aws::String>
374 m_dPUSecondsHasBeenSet =
true;
375 m_dPUSeconds = value;
397 double m_sampleSize{0.0};
401 int m_numberOfWorkers{0};
419 double m_dPUSeconds{0.0};
420 bool m_customerIdHasBeenSet =
false;
421 bool m_columnStatisticsTaskRunIdHasBeenSet =
false;
422 bool m_databaseNameHasBeenSet =
false;
423 bool m_tableNameHasBeenSet =
false;
424 bool m_columnNameListHasBeenSet =
false;
425 bool m_catalogIDHasBeenSet =
false;
426 bool m_roleHasBeenSet =
false;
427 bool m_sampleSizeHasBeenSet =
false;
428 bool m_securityConfigurationHasBeenSet =
false;
429 bool m_numberOfWorkersHasBeenSet =
false;
430 bool m_workerTypeHasBeenSet =
false;
431 bool m_computationTypeHasBeenSet =
false;
432 bool m_statusHasBeenSet =
false;
433 bool m_creationTimeHasBeenSet =
false;
434 bool m_lastUpdatedHasBeenSet =
false;
435 bool m_startTimeHasBeenSet =
false;
436 bool m_endTimeHasBeenSet =
false;
437 bool m_errorMessageHasBeenSet =
false;
438 bool m_dPUSecondsHasBeenSet =
false;
ColumnStatisticsTaskRun & WithSecurityConfiguration(SecurityConfigurationT &&value)
const Aws::String & GetDatabaseName() const
void SetWorkerType(WorkerTypeT &&value)
ColumnStatisticsTaskRun & WithWorkerType(WorkerTypeT &&value)
void SetCreationTime(CreationTimeT &&value)
bool CreationTimeHasBeenSet() const
double GetDPUSeconds() const
bool WorkerTypeHasBeenSet() const
const Aws::String & GetRole() const
ComputationType GetComputationType() const
const Aws::String & GetSecurityConfiguration() const
bool ColumnNameListHasBeenSet() const
void SetDPUSeconds(double value)
bool CatalogIDHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
ColumnStatisticsTaskRun & WithErrorMessage(ErrorMessageT &&value)
void SetRole(RoleT &&value)
ColumnStatisticsTaskRun & WithStatus(ColumnStatisticsState value)
void SetDatabaseName(DatabaseNameT &&value)
void SetCatalogID(CatalogIDT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetLastUpdated(LastUpdatedT &&value)
bool ErrorMessageHasBeenSet() const
ColumnStatisticsTaskRun & WithCatalogID(CatalogIDT &&value)
void SetComputationType(ComputationType value)
bool CustomerIdHasBeenSet() const
const Aws::String & GetWorkerType() const
void SetStartTime(StartTimeT &&value)
AWS_GLUE_API ColumnStatisticsTaskRun(Aws::Utils::Json::JsonView jsonValue)
bool EndTimeHasBeenSet() const
ColumnStatisticsTaskRun & WithNumberOfWorkers(int value)
bool DPUSecondsHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::String & GetCatalogID() const
ColumnStatisticsTaskRun & WithSampleSize(double value)
const Aws::String & GetErrorMessage() const
bool ColumnStatisticsTaskRunIdHasBeenSet() const
void SetErrorMessage(ErrorMessageT &&value)
const Aws::String & GetCustomerId() const
ColumnStatisticsTaskRun & WithRole(RoleT &&value)
void SetNumberOfWorkers(int value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
ColumnStatisticsTaskRun & WithDPUSeconds(double value)
const Aws::Utils::DateTime & GetLastUpdated() const
ColumnStatisticsTaskRun & WithTableName(TableNameT &&value)
bool SecurityConfigurationHasBeenSet() const
ColumnStatisticsTaskRun & WithEndTime(EndTimeT &&value)
void SetStatus(ColumnStatisticsState value)
bool DatabaseNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetColumnNameList() const
void SetColumnNameList(ColumnNameListT &&value)
ColumnStatisticsTaskRun & WithComputationType(ComputationType value)
ColumnStatisticsTaskRun & WithColumnStatisticsTaskRunId(ColumnStatisticsTaskRunIdT &&value)
ColumnStatisticsTaskRun & WithStartTime(StartTimeT &&value)
ColumnStatisticsTaskRun & WithColumnNameList(ColumnNameListT &&value)
void SetSampleSize(double value)
bool ComputationTypeHasBeenSet() const
AWS_GLUE_API ColumnStatisticsTaskRun()=default
void SetTableName(TableNameT &&value)
ColumnStatisticsTaskRun & WithCreationTime(CreationTimeT &&value)
AWS_GLUE_API ColumnStatisticsTaskRun & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetNumberOfWorkers() const
bool RoleHasBeenSet() const
double GetSampleSize() const
ColumnStatisticsTaskRun & AddColumnNameList(ColumnNameListT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
ColumnStatisticsTaskRun & WithDatabaseName(DatabaseNameT &&value)
void SetEndTime(EndTimeT &&value)
void SetColumnStatisticsTaskRunId(ColumnStatisticsTaskRunIdT &&value)
ColumnStatisticsState GetStatus() const
bool StartTimeHasBeenSet() const
void SetCustomerId(CustomerIdT &&value)
ColumnStatisticsTaskRun & WithLastUpdated(LastUpdatedT &&value)
bool LastUpdatedHasBeenSet() const
const Aws::String & GetTableName() const
bool SampleSizeHasBeenSet() const
ColumnStatisticsTaskRun & WithCustomerId(CustomerIdT &&value)
bool TableNameHasBeenSet() const
bool NumberOfWorkersHasBeenSet() const
void SetSecurityConfiguration(SecurityConfigurationT &&value)
const Aws::String & GetColumnStatisticsTaskRunId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue