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/glue/model/TransformParameters.h>
12#include <aws/glue/model/WorkerType.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/glue/model/TransformEncryption.h>
15#include <aws/glue/model/GlueTable.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
116 inline void SetRole(
const char* value) { m_roleHasBeenSet =
true; m_role.assign(value); }
135 inline void SetGlueVersion(
const char* value) { m_glueVersionHasBeenSet =
true; m_glueVersion.assign(value); }
165 inline void SetMaxCapacity(
double value) { m_maxCapacityHasBeenSet =
true; m_maxCapacity = value; }
205 inline void SetNumberOfWorkers(
int value) { m_numberOfWorkersHasBeenSet =
true; m_numberOfWorkers = value; }
218 inline void SetTimeout(
int value) { m_timeoutHasBeenSet =
true; m_timeout = value; }
229 inline void SetMaxRetries(
int value) { m_maxRetriesHasBeenSet =
true; m_maxRetries = value; }
272 bool m_nameHasBeenSet =
false;
275 bool m_descriptionHasBeenSet =
false;
278 bool m_inputRecordTablesHasBeenSet =
false;
281 bool m_parametersHasBeenSet =
false;
284 bool m_roleHasBeenSet =
false;
287 bool m_glueVersionHasBeenSet =
false;
289 double m_maxCapacity;
290 bool m_maxCapacityHasBeenSet =
false;
293 bool m_workerTypeHasBeenSet =
false;
295 int m_numberOfWorkers;
296 bool m_numberOfWorkersHasBeenSet =
false;
299 bool m_timeoutHasBeenSet =
false;
302 bool m_maxRetriesHasBeenSet =
false;
305 bool m_tagsHasBeenSet =
false;
308 bool m_transformEncryptionHasBeenSet =
false;
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