7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
32 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateColumnStatisticsTaskSettings"; }
45 template<
typename DatabaseNameT = Aws::String>
46 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
47 template<
typename DatabaseNameT = Aws::String>
57 template<
typename TableNameT = Aws::String>
58 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
59 template<
typename TableNameT = Aws::String>
69 template<
typename RoleT = Aws::String>
70 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
71 template<
typename RoleT = Aws::String>
81 template<
typename ScheduleT = Aws::String>
82 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
83 template<
typename ScheduleT = Aws::String>
93 template<
typename ColumnNameListT = Aws::Vector<Aws::String>>
94 void SetColumnNameList(ColumnNameListT&& value) { m_columnNameListHasBeenSet =
true; m_columnNameList = std::forward<ColumnNameListT>(value); }
95 template<
typename ColumnNameListT = Aws::Vector<Aws::String>>
97 template<
typename ColumnNameListT = Aws::String>
107 inline void SetSampleSize(
double value) { m_sampleSizeHasBeenSet =
true; m_sampleSize = value; }
117 template<
typename CatalogIDT = Aws::String>
118 void SetCatalogID(CatalogIDT&& value) { m_catalogIDHasBeenSet =
true; m_catalogID = std::forward<CatalogIDT>(value); }
119 template<
typename CatalogIDT = Aws::String>
130 template<
typename SecurityConfigurationT = Aws::String>
131 void SetSecurityConfiguration(SecurityConfigurationT&& value) { m_securityConfigurationHasBeenSet =
true; m_securityConfiguration = std::forward<SecurityConfigurationT>(value); }
132 template<
typename SecurityConfigurationT = Aws::String>
142 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
144 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
148 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
154 bool m_databaseNameHasBeenSet =
false;
157 bool m_tableNameHasBeenSet =
false;
160 bool m_roleHasBeenSet =
false;
163 bool m_scheduleHasBeenSet =
false;
166 bool m_columnNameListHasBeenSet =
false;
168 double m_sampleSize{0.0};
169 bool m_sampleSizeHasBeenSet =
false;
172 bool m_catalogIDHasBeenSet =
false;
175 bool m_securityConfigurationHasBeenSet =
false;
178 bool m_tagsHasBeenSet =
false;
const Aws::String & GetRole() const
const Aws::String & GetDatabaseName() const
bool TableNameHasBeenSet() const
bool CatalogIDHasBeenSet() const
CreateColumnStatisticsTaskSettingsRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_GLUE_API CreateColumnStatisticsTaskSettingsRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSecurityConfiguration() const
void SetCatalogID(CatalogIDT &&value)
void SetTableName(TableNameT &&value)
void SetSecurityConfiguration(SecurityConfigurationT &&value)
bool RoleHasBeenSet() const
bool SampleSizeHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SecurityConfigurationHasBeenSet() const
CreateColumnStatisticsTaskSettingsRequest & WithTags(TagsT &&value)
CreateColumnStatisticsTaskSettingsRequest & WithColumnNameList(ColumnNameListT &&value)
CreateColumnStatisticsTaskSettingsRequest & AddColumnNameList(ColumnNameListT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
const Aws::String & GetCatalogID() const
bool DatabaseNameHasBeenSet() const
CreateColumnStatisticsTaskSettingsRequest & WithRole(RoleT &&value)
CreateColumnStatisticsTaskSettingsRequest & WithSampleSize(double value)
CreateColumnStatisticsTaskSettingsRequest & WithSecurityConfiguration(SecurityConfigurationT &&value)
const Aws::Vector< Aws::String > & GetColumnNameList() const
bool ColumnNameListHasBeenSet() const
void SetSchedule(ScheduleT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
double GetSampleSize() const
void SetDatabaseName(DatabaseNameT &&value)
CreateColumnStatisticsTaskSettingsRequest & WithCatalogID(CatalogIDT &&value)
bool TagsHasBeenSet() const
CreateColumnStatisticsTaskSettingsRequest & WithSchedule(ScheduleT &&value)
void SetRole(RoleT &&value)
const Aws::String & GetSchedule() const
CreateColumnStatisticsTaskSettingsRequest & WithDatabaseName(DatabaseNameT &&value)
bool ScheduleHasBeenSet() const
const Aws::String & GetTableName() const
void SetSampleSize(double value)
void SetColumnNameList(ColumnNameListT &&value)
CreateColumnStatisticsTaskSettingsRequest & WithTableName(TableNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector