7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/ComputationType.h>
11#include <aws/glue/model/ColumnStatisticsState.h>
12#include <aws/core/utils/DateTime.h>
51 template<
typename CustomerIdT = Aws::String>
52 void SetCustomerId(CustomerIdT&& value) { m_customerIdHasBeenSet =
true; m_customerId = std::forward<CustomerIdT>(value); }
53 template<
typename CustomerIdT = Aws::String>
63 template<
typename ColumnStatisticsTaskRunIdT = Aws::String>
64 void SetColumnStatisticsTaskRunId(ColumnStatisticsTaskRunIdT&& value) { m_columnStatisticsTaskRunIdHasBeenSet =
true; m_columnStatisticsTaskRunId = std::forward<ColumnStatisticsTaskRunIdT>(value); }
65 template<
typename ColumnStatisticsTaskRunIdT = Aws::String>
75 template<
typename DatabaseNameT = Aws::String>
76 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
77 template<
typename DatabaseNameT = Aws::String>
87 template<
typename TableNameT = Aws::String>
88 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
89 template<
typename TableNameT = Aws::String>
100 template<
typename ColumnNameListT = Aws::Vector<Aws::String>>
101 void SetColumnNameList(ColumnNameListT&& value) { m_columnNameListHasBeenSet =
true; m_columnNameList = std::forward<ColumnNameListT>(value); }
102 template<
typename ColumnNameListT = Aws::Vector<Aws::String>>
104 template<
typename ColumnNameListT = Aws::String>
115 template<
typename CatalogIDT = Aws::String>
116 void SetCatalogID(CatalogIDT&& value) { m_catalogIDHasBeenSet =
true; m_catalogID = std::forward<CatalogIDT>(value); }
117 template<
typename CatalogIDT = Aws::String>
127 template<
typename RoleT = Aws::String>
128 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
129 template<
typename RoleT = Aws::String>
140 inline void SetSampleSize(
double value) { m_sampleSizeHasBeenSet =
true; m_sampleSize = value; }
151 template<
typename SecurityConfigurationT = Aws::String>
152 void SetSecurityConfiguration(SecurityConfigurationT&& value) { m_securityConfigurationHasBeenSet =
true; m_securityConfiguration = std::forward<SecurityConfigurationT>(value); }
153 template<
typename SecurityConfigurationT = Aws::String>
164 inline void SetNumberOfWorkers(
int value) { m_numberOfWorkersHasBeenSet =
true; m_numberOfWorkers = value; }
175 template<
typename WorkerTypeT = Aws::String>
176 void SetWorkerType(WorkerTypeT&& value) { m_workerTypeHasBeenSet =
true; m_workerType = std::forward<WorkerTypeT>(value); }
177 template<
typename WorkerTypeT = Aws::String>
207 template<
typename CreationTimeT = Aws::Utils::DateTime>
208 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
209 template<
typename CreationTimeT = Aws::Utils::DateTime>
219 template<
typename LastUpdatedT = Aws::Utils::DateTime>
220 void SetLastUpdated(LastUpdatedT&& value) { m_lastUpdatedHasBeenSet =
true; m_lastUpdated = std::forward<LastUpdatedT>(value); }
221 template<
typename LastUpdatedT = Aws::Utils::DateTime>
231 template<
typename StartTimeT = Aws::Utils::DateTime>
232 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
233 template<
typename StartTimeT = Aws::Utils::DateTime>
243 template<
typename EndTimeT = Aws::Utils::DateTime>
244 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
245 template<
typename EndTimeT = Aws::Utils::DateTime>
255 template<
typename ErrorMessageT = Aws::String>
256 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
257 template<
typename ErrorMessageT = Aws::String>
267 inline void SetDPUSeconds(
double value) { m_dPUSecondsHasBeenSet =
true; m_dPUSeconds = value; }
273 bool m_customerIdHasBeenSet =
false;
276 bool m_columnStatisticsTaskRunIdHasBeenSet =
false;
279 bool m_databaseNameHasBeenSet =
false;
282 bool m_tableNameHasBeenSet =
false;
285 bool m_columnNameListHasBeenSet =
false;
288 bool m_catalogIDHasBeenSet =
false;
291 bool m_roleHasBeenSet =
false;
293 double m_sampleSize{0.0};
294 bool m_sampleSizeHasBeenSet =
false;
297 bool m_securityConfigurationHasBeenSet =
false;
299 int m_numberOfWorkers{0};
300 bool m_numberOfWorkersHasBeenSet =
false;
303 bool m_workerTypeHasBeenSet =
false;
306 bool m_computationTypeHasBeenSet =
false;
309 bool m_statusHasBeenSet =
false;
312 bool m_creationTimeHasBeenSet =
false;
315 bool m_lastUpdatedHasBeenSet =
false;
318 bool m_startTimeHasBeenSet =
false;
321 bool m_endTimeHasBeenSet =
false;
324 bool m_errorMessageHasBeenSet =
false;
326 double m_dPUSeconds{0.0};
327 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