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/glue/model/CrawlerTargets.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/glue/model/SchemaChangePolicy.h>
13#include <aws/glue/model/RecrawlPolicy.h>
14#include <aws/glue/model/LineageConfiguration.h>
15#include <aws/glue/model/LakeFormationConfiguration.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
62 template<
typename RoleT = Aws::String>
63 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
64 template<
typename RoleT = 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 DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
89 template<
typename DescriptionT = Aws::String>
99 template<
typename TargetsT = CrawlerTargets>
100 void SetTargets(TargetsT&& value) { m_targetsHasBeenSet =
true; m_targets = std::forward<TargetsT>(value); }
101 template<
typename TargetsT = CrawlerTargets>
114 template<
typename ScheduleT = Aws::String>
115 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
116 template<
typename ScheduleT = Aws::String>
128 template<
typename ClassifiersT = Aws::Vector<Aws::String>>
129 void SetClassifiers(ClassifiersT&& value) { m_classifiersHasBeenSet =
true; m_classifiers = std::forward<ClassifiersT>(value); }
130 template<
typename ClassifiersT = Aws::Vector<Aws::String>>
132 template<
typename ClassifiersT = Aws::String>
142 template<
typename TablePrefixT = Aws::String>
143 void SetTablePrefix(TablePrefixT&& value) { m_tablePrefixHasBeenSet =
true; m_tablePrefix = std::forward<TablePrefixT>(value); }
144 template<
typename TablePrefixT = Aws::String>
154 template<
typename SchemaChangePolicyT = SchemaChangePolicy>
155 void SetSchemaChangePolicy(SchemaChangePolicyT&& value) { m_schemaChangePolicyHasBeenSet =
true; m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value); }
156 template<
typename SchemaChangePolicyT = SchemaChangePolicy>
167 template<
typename RecrawlPolicyT = RecrawlPolicy>
168 void SetRecrawlPolicy(RecrawlPolicyT&& value) { m_recrawlPolicyHasBeenSet =
true; m_recrawlPolicy = std::forward<RecrawlPolicyT>(value); }
169 template<
typename RecrawlPolicyT = RecrawlPolicy>
179 template<
typename LineageConfigurationT = LineageConfiguration>
180 void SetLineageConfiguration(LineageConfigurationT&& value) { m_lineageConfigurationHasBeenSet =
true; m_lineageConfiguration = std::forward<LineageConfigurationT>(value); }
181 template<
typename LineageConfigurationT = LineageConfiguration>
191 template<
typename LakeFormationConfigurationT = LakeFormationConfiguration>
192 void SetLakeFormationConfiguration(LakeFormationConfigurationT&& value) { m_lakeFormationConfigurationHasBeenSet =
true; m_lakeFormationConfiguration = std::forward<LakeFormationConfigurationT>(value); }
193 template<
typename LakeFormationConfigurationT = LakeFormationConfiguration>
206 template<
typename ConfigurationT = Aws::String>
207 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
208 template<
typename ConfigurationT = Aws::String>
219 template<
typename CrawlerSecurityConfigurationT = Aws::String>
220 void SetCrawlerSecurityConfiguration(CrawlerSecurityConfigurationT&& value) { m_crawlerSecurityConfigurationHasBeenSet =
true; m_crawlerSecurityConfiguration = std::forward<CrawlerSecurityConfigurationT>(value); }
221 template<
typename CrawlerSecurityConfigurationT = Aws::String>
227 bool m_nameHasBeenSet =
false;
230 bool m_roleHasBeenSet =
false;
233 bool m_databaseNameHasBeenSet =
false;
236 bool m_descriptionHasBeenSet =
false;
239 bool m_targetsHasBeenSet =
false;
242 bool m_scheduleHasBeenSet =
false;
245 bool m_classifiersHasBeenSet =
false;
248 bool m_tablePrefixHasBeenSet =
false;
251 bool m_schemaChangePolicyHasBeenSet =
false;
254 bool m_recrawlPolicyHasBeenSet =
false;
257 bool m_lineageConfigurationHasBeenSet =
false;
260 bool m_lakeFormationConfigurationHasBeenSet =
false;
263 bool m_configurationHasBeenSet =
false;
266 bool m_crawlerSecurityConfigurationHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
UpdateCrawlerRequest & WithTablePrefix(TablePrefixT &&value)
const CrawlerTargets & GetTargets() const
void SetName(NameT &&value)
bool RoleHasBeenSet() const
bool LakeFormationConfigurationHasBeenSet() const
UpdateCrawlerRequest & WithName(NameT &&value)
void SetRecrawlPolicy(RecrawlPolicyT &&value)
void SetDatabaseName(DatabaseNameT &&value)
void SetClassifiers(ClassifiersT &&value)
bool DescriptionHasBeenSet() const
UpdateCrawlerRequest & WithCrawlerSecurityConfiguration(CrawlerSecurityConfigurationT &&value)
const Aws::String & GetConfiguration() const
void SetTablePrefix(TablePrefixT &&value)
UpdateCrawlerRequest & WithDescription(DescriptionT &&value)
void SetSchemaChangePolicy(SchemaChangePolicyT &&value)
bool RecrawlPolicyHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateCrawlerRequest & AddClassifiers(ClassifiersT &&value)
const Aws::String & GetDescription() const
UpdateCrawlerRequest & WithConfiguration(ConfigurationT &&value)
bool DatabaseNameHasBeenSet() const
UpdateCrawlerRequest & WithRole(RoleT &&value)
const LineageConfiguration & GetLineageConfiguration() const
const Aws::String & GetRole() const
AWS_GLUE_API UpdateCrawlerRequest()=default
void SetTargets(TargetsT &&value)
void SetRole(RoleT &&value)
void SetSchedule(ScheduleT &&value)
UpdateCrawlerRequest & WithClassifiers(ClassifiersT &&value)
UpdateCrawlerRequest & WithSchedule(ScheduleT &&value)
UpdateCrawlerRequest & WithDatabaseName(DatabaseNameT &&value)
void SetCrawlerSecurityConfiguration(CrawlerSecurityConfigurationT &&value)
const Aws::String & GetCrawlerSecurityConfiguration() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool LineageConfigurationHasBeenSet() const
UpdateCrawlerRequest & WithLakeFormationConfiguration(LakeFormationConfigurationT &&value)
UpdateCrawlerRequest & WithTargets(TargetsT &&value)
bool TablePrefixHasBeenSet() const
const Aws::Vector< Aws::String > & GetClassifiers() const
void SetLineageConfiguration(LineageConfigurationT &&value)
bool ConfigurationHasBeenSet() const
UpdateCrawlerRequest & WithLineageConfiguration(LineageConfigurationT &&value)
bool NameHasBeenSet() const
UpdateCrawlerRequest & WithSchemaChangePolicy(SchemaChangePolicyT &&value)
UpdateCrawlerRequest & WithRecrawlPolicy(RecrawlPolicyT &&value)
bool SchemaChangePolicyHasBeenSet() const
bool CrawlerSecurityConfigurationHasBeenSet() const
const Aws::String & GetSchedule() const
const Aws::String & GetTablePrefix() const
void SetConfiguration(ConfigurationT &&value)
const LakeFormationConfiguration & GetLakeFormationConfiguration() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TargetsHasBeenSet() const
const Aws::String & GetName() const
const RecrawlPolicy & GetRecrawlPolicy() const
void SetLakeFormationConfiguration(LakeFormationConfigurationT &&value)
bool ClassifiersHasBeenSet() const
bool ScheduleHasBeenSet() const
const Aws::String & GetDatabaseName() const
const SchemaChangePolicy & GetSchemaChangePolicy() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector