7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/CrawlerTargets.h>
12#include <aws/glue/model/LakeFormationConfiguration.h>
13#include <aws/glue/model/LineageConfiguration.h>
14#include <aws/glue/model/RecrawlPolicy.h>
15#include <aws/glue/model/SchemaChangePolicy.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
64 template <
typename RoleT = Aws::String>
66 m_roleHasBeenSet =
true;
67 m_role = std::forward<RoleT>(value);
69 template <
typename RoleT = Aws::String>
71 SetRole(std::forward<RoleT>(value));
83 template <
typename DatabaseNameT = Aws::String>
85 m_databaseNameHasBeenSet =
true;
86 m_databaseName = std::forward<DatabaseNameT>(value);
88 template <
typename DatabaseNameT = Aws::String>
101 template <
typename DescriptionT = Aws::String>
103 m_descriptionHasBeenSet =
true;
104 m_description = std::forward<DescriptionT>(value);
106 template <
typename DescriptionT = Aws::String>
119 template <
typename TargetsT = CrawlerTargets>
121 m_targetsHasBeenSet =
true;
122 m_targets = std::forward<TargetsT>(value);
124 template <
typename TargetsT = CrawlerTargets>
140 template <
typename ScheduleT = Aws::String>
142 m_scheduleHasBeenSet =
true;
143 m_schedule = std::forward<ScheduleT>(value);
145 template <
typename ScheduleT = Aws::String>
160 template <
typename ClassifiersT = Aws::Vector<Aws::String>>
162 m_classifiersHasBeenSet =
true;
163 m_classifiers = std::forward<ClassifiersT>(value);
165 template <
typename ClassifiersT = Aws::Vector<Aws::String>>
170 template <
typename ClassifiersT = Aws::String>
172 m_classifiersHasBeenSet =
true;
173 m_classifiers.emplace_back(std::forward<ClassifiersT>(value));
184 template <
typename TablePrefixT = Aws::String>
186 m_tablePrefixHasBeenSet =
true;
187 m_tablePrefix = std::forward<TablePrefixT>(value);
189 template <
typename TablePrefixT = Aws::String>
202 template <
typename SchemaChangePolicyT = SchemaChangePolicy>
204 m_schemaChangePolicyHasBeenSet =
true;
205 m_schemaChangePolicy = std::forward<SchemaChangePolicyT>(value);
207 template <
typename SchemaChangePolicyT = SchemaChangePolicy>
221 template <
typename RecrawlPolicyT = RecrawlPolicy>
223 m_recrawlPolicyHasBeenSet =
true;
224 m_recrawlPolicy = std::forward<RecrawlPolicyT>(value);
226 template <
typename RecrawlPolicyT = RecrawlPolicy>
239 template <
typename LineageConfigurationT = LineageConfiguration>
241 m_lineageConfigurationHasBeenSet =
true;
242 m_lineageConfiguration = std::forward<LineageConfigurationT>(value);
244 template <
typename LineageConfigurationT = LineageConfiguration>
257 template <
typename LakeFormationConfigurationT = LakeFormationConfiguration>
259 m_lakeFormationConfigurationHasBeenSet =
true;
260 m_lakeFormationConfiguration = std::forward<LakeFormationConfigurationT>(value);
262 template <
typename LakeFormationConfigurationT = LakeFormationConfiguration>
278 template <
typename ConfigurationT = Aws::String>
280 m_configurationHasBeenSet =
true;
281 m_configuration = std::forward<ConfigurationT>(value);
283 template <
typename ConfigurationT = Aws::String>
297 template <
typename CrawlerSecurityConfigurationT = Aws::String>
299 m_crawlerSecurityConfigurationHasBeenSet =
true;
300 m_crawlerSecurityConfiguration = std::forward<CrawlerSecurityConfigurationT>(value);
302 template <
typename CrawlerSecurityConfigurationT = Aws::String>
336 bool m_nameHasBeenSet =
false;
337 bool m_roleHasBeenSet =
false;
338 bool m_databaseNameHasBeenSet =
false;
339 bool m_descriptionHasBeenSet =
false;
340 bool m_targetsHasBeenSet =
false;
341 bool m_scheduleHasBeenSet =
false;
342 bool m_classifiersHasBeenSet =
false;
343 bool m_tablePrefixHasBeenSet =
false;
344 bool m_schemaChangePolicyHasBeenSet =
false;
345 bool m_recrawlPolicyHasBeenSet =
false;
346 bool m_lineageConfigurationHasBeenSet =
false;
347 bool m_lakeFormationConfigurationHasBeenSet =
false;
348 bool m_configurationHasBeenSet =
false;
349 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