7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/ExecutionAttempt.h>
11#include <aws/glue/model/Schedule.h>
12#include <aws/glue/model/ScheduleType.h>
13#include <aws/glue/model/SettingSource.h>
45 template <
typename DatabaseNameT = Aws::String>
47 m_databaseNameHasBeenSet =
true;
48 m_databaseName = std::forward<DatabaseNameT>(value);
50 template <
typename DatabaseNameT = Aws::String>
63 template <
typename TableNameT = Aws::String>
65 m_tableNameHasBeenSet =
true;
66 m_tableName = std::forward<TableNameT>(value);
68 template <
typename TableNameT = Aws::String>
81 template <
typename ScheduleT = Schedule>
83 m_scheduleHasBeenSet =
true;
84 m_schedule = std::forward<ScheduleT>(value);
86 template <
typename ScheduleT = Schedule>
99 template <
typename ColumnNameListT = Aws::Vector<Aws::String>>
101 m_columnNameListHasBeenSet =
true;
102 m_columnNameList = std::forward<ColumnNameListT>(value);
104 template <
typename ColumnNameListT = Aws::Vector<Aws::String>>
109 template <
typename ColumnNameListT = Aws::String>
111 m_columnNameListHasBeenSet =
true;
112 m_columnNameList.emplace_back(std::forward<ColumnNameListT>(value));
123 template <
typename CatalogIDT = Aws::String>
125 m_catalogIDHasBeenSet =
true;
126 m_catalogID = std::forward<CatalogIDT>(value);
128 template <
typename CatalogIDT = Aws::String>
141 template <
typename RoleT = Aws::String>
143 m_roleHasBeenSet =
true;
144 m_role = std::forward<RoleT>(value);
146 template <
typename RoleT = Aws::String>
148 SetRole(std::forward<RoleT>(value));
160 m_sampleSizeHasBeenSet =
true;
161 m_sampleSize = value;
176 template <
typename SecurityConfigurationT = Aws::String>
178 m_securityConfigurationHasBeenSet =
true;
179 m_securityConfiguration = std::forward<SecurityConfigurationT>(value);
181 template <
typename SecurityConfigurationT = Aws::String>
196 m_scheduleTypeHasBeenSet =
true;
197 m_scheduleType = value;
213 m_settingSourceHasBeenSet =
true;
214 m_settingSource = value;
229 template <
typename LastExecutionAttemptT = ExecutionAttempt>
231 m_lastExecutionAttemptHasBeenSet =
true;
232 m_lastExecutionAttempt = std::forward<LastExecutionAttemptT>(value);
234 template <
typename LastExecutionAttemptT = ExecutionAttempt>
253 double m_sampleSize{0.0};
261 ExecutionAttempt m_lastExecutionAttempt;
262 bool m_databaseNameHasBeenSet =
false;
263 bool m_tableNameHasBeenSet =
false;
264 bool m_scheduleHasBeenSet =
false;
265 bool m_columnNameListHasBeenSet =
false;
266 bool m_catalogIDHasBeenSet =
false;
267 bool m_roleHasBeenSet =
false;
268 bool m_sampleSizeHasBeenSet =
false;
269 bool m_securityConfigurationHasBeenSet =
false;
270 bool m_scheduleTypeHasBeenSet =
false;
271 bool m_settingSourceHasBeenSet =
false;
272 bool m_lastExecutionAttemptHasBeenSet =
false;
void SetRole(RoleT &&value)
bool SecurityConfigurationHasBeenSet() const
const Aws::String & GetDatabaseName() const
bool SampleSizeHasBeenSet() const
bool ColumnNameListHasBeenSet() const
ColumnStatisticsTaskSettings & WithSettingSource(SettingSource value)
const Aws::String & GetTableName() const
bool ScheduleTypeHasBeenSet() const
ColumnStatisticsTaskSettings & WithSampleSize(double value)
void SetTableName(TableNameT &&value)
ColumnStatisticsTaskSettings & WithTableName(TableNameT &&value)
void SetSchedule(ScheduleT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCatalogID() const
void SetColumnNameList(ColumnNameListT &&value)
const ExecutionAttempt & GetLastExecutionAttempt() const
ScheduleType GetScheduleType() const
ColumnStatisticsTaskSettings & WithColumnNameList(ColumnNameListT &&value)
void SetLastExecutionAttempt(LastExecutionAttemptT &&value)
const Aws::Vector< Aws::String > & GetColumnNameList() const
const Schedule & GetSchedule() const
AWS_GLUE_API ColumnStatisticsTaskSettings(Aws::Utils::Json::JsonView jsonValue)
void SetCatalogID(CatalogIDT &&value)
double GetSampleSize() const
bool SettingSourceHasBeenSet() const
ColumnStatisticsTaskSettings & WithDatabaseName(DatabaseNameT &&value)
ColumnStatisticsTaskSettings & WithSchedule(ScheduleT &&value)
bool CatalogIDHasBeenSet() const
AWS_GLUE_API ColumnStatisticsTaskSettings()=default
ColumnStatisticsTaskSettings & AddColumnNameList(ColumnNameListT &&value)
void SetSecurityConfiguration(SecurityConfigurationT &&value)
SettingSource GetSettingSource() const
bool DatabaseNameHasBeenSet() const
ColumnStatisticsTaskSettings & WithSecurityConfiguration(SecurityConfigurationT &&value)
ColumnStatisticsTaskSettings & WithCatalogID(CatalogIDT &&value)
ColumnStatisticsTaskSettings & WithRole(RoleT &&value)
bool TableNameHasBeenSet() const
ColumnStatisticsTaskSettings & WithLastExecutionAttempt(LastExecutionAttemptT &&value)
bool LastExecutionAttemptHasBeenSet() const
const Aws::String & GetRole() const
AWS_GLUE_API ColumnStatisticsTaskSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ScheduleHasBeenSet() const
bool RoleHasBeenSet() const
void SetScheduleType(ScheduleType value)
void SetSampleSize(double value)
void SetDatabaseName(DatabaseNameT &&value)
void SetSettingSource(SettingSource value)
const Aws::String & GetSecurityConfiguration() const
ColumnStatisticsTaskSettings & WithScheduleType(ScheduleType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue