7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/Schedule.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/ScheduleType.h>
12#include <aws/glue/model/SettingSource.h>
13#include <aws/glue/model/ExecutionAttempt.h>
51 template<
typename DatabaseNameT = Aws::String>
52 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
53 template<
typename DatabaseNameT = Aws::String>
63 template<
typename TableNameT = Aws::String>
64 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
65 template<
typename TableNameT = Aws::String>
75 template<
typename ScheduleT = Schedule>
76 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
77 template<
typename ScheduleT = Schedule>
87 template<
typename ColumnNameListT = Aws::Vector<Aws::String>>
88 void SetColumnNameList(ColumnNameListT&& value) { m_columnNameListHasBeenSet =
true; m_columnNameList = std::forward<ColumnNameListT>(value); }
89 template<
typename ColumnNameListT = Aws::Vector<Aws::String>>
91 template<
typename ColumnNameListT = Aws::String>
101 template<
typename CatalogIDT = Aws::String>
102 void SetCatalogID(CatalogIDT&& value) { m_catalogIDHasBeenSet =
true; m_catalogID = std::forward<CatalogIDT>(value); }
103 template<
typename CatalogIDT = Aws::String>
113 template<
typename RoleT = Aws::String>
114 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
115 template<
typename RoleT = Aws::String>
125 inline void SetSampleSize(
double value) { m_sampleSizeHasBeenSet =
true; m_sampleSize = value; }
136 template<
typename SecurityConfigurationT = Aws::String>
137 void SetSecurityConfiguration(SecurityConfigurationT&& value) { m_securityConfigurationHasBeenSet =
true; m_securityConfiguration = std::forward<SecurityConfigurationT>(value); }
138 template<
typename SecurityConfigurationT = Aws::String>
171 template<
typename LastExecutionAttemptT = ExecutionAttempt>
172 void SetLastExecutionAttempt(LastExecutionAttemptT&& value) { m_lastExecutionAttemptHasBeenSet =
true; m_lastExecutionAttempt = std::forward<LastExecutionAttemptT>(value); }
173 template<
typename LastExecutionAttemptT = ExecutionAttempt>
179 bool m_databaseNameHasBeenSet =
false;
182 bool m_tableNameHasBeenSet =
false;
185 bool m_scheduleHasBeenSet =
false;
188 bool m_columnNameListHasBeenSet =
false;
191 bool m_catalogIDHasBeenSet =
false;
194 bool m_roleHasBeenSet =
false;
196 double m_sampleSize{0.0};
197 bool m_sampleSizeHasBeenSet =
false;
200 bool m_securityConfigurationHasBeenSet =
false;
203 bool m_scheduleTypeHasBeenSet =
false;
206 bool m_settingSourceHasBeenSet =
false;
208 ExecutionAttempt m_lastExecutionAttempt;
209 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