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>
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 DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
74 template<
typename InputRecordTablesT = Aws::Vector<GlueTable>>
75 void SetInputRecordTables(InputRecordTablesT&& value) { m_inputRecordTablesHasBeenSet =
true; m_inputRecordTables = std::forward<InputRecordTablesT>(value); }
76 template<
typename InputRecordTablesT = Aws::Vector<GlueTable>>
78 template<
typename InputRecordTablesT = GlueTable>
89 template<
typename ParametersT = TransformParameters>
90 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
91 template<
typename ParametersT = TransformParameters>
110 template<
typename RoleT = Aws::String>
111 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
112 template<
typename RoleT = Aws::String>
127 template<
typename GlueVersionT = Aws::String>
128 void SetGlueVersion(GlueVersionT&& value) { m_glueVersionHasBeenSet =
true; m_glueVersion = std::forward<GlueVersionT>(value); }
129 template<
typename GlueVersionT = Aws::String>
157 inline void SetMaxCapacity(
double value) { m_maxCapacityHasBeenSet =
true; m_maxCapacity = value; }
195 inline void SetNumberOfWorkers(
int value) { m_numberOfWorkersHasBeenSet =
true; m_numberOfWorkers = value; }
208 inline void SetTimeout(
int value) { m_timeoutHasBeenSet =
true; m_timeout = value; }
219 inline void SetMaxRetries(
int value) { m_maxRetriesHasBeenSet =
true; m_maxRetries = value; }
233 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
234 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
235 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
237 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
239 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
251 template<
typename TransformEncryptionT = TransformEncryption>
252 void SetTransformEncryption(TransformEncryptionT&& value) { m_transformEncryptionHasBeenSet =
true; m_transformEncryption = std::forward<TransformEncryptionT>(value); }
253 template<
typename TransformEncryptionT = TransformEncryption>
259 bool m_nameHasBeenSet =
false;
262 bool m_descriptionHasBeenSet =
false;
265 bool m_inputRecordTablesHasBeenSet =
false;
268 bool m_parametersHasBeenSet =
false;
271 bool m_roleHasBeenSet =
false;
274 bool m_glueVersionHasBeenSet =
false;
276 double m_maxCapacity{0.0};
277 bool m_maxCapacityHasBeenSet =
false;
280 bool m_workerTypeHasBeenSet =
false;
282 int m_numberOfWorkers{0};
283 bool m_numberOfWorkersHasBeenSet =
false;
286 bool m_timeoutHasBeenSet =
false;
289 bool m_maxRetriesHasBeenSet =
false;
292 bool m_tagsHasBeenSet =
false;
294 TransformEncryption m_transformEncryption;
295 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