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/TransformParameters.h>
11#include <aws/glue/model/WorkerType.h>
47 inline void SetTransformId(
const char* value) { m_transformIdHasBeenSet =
true; m_transformId.assign(value); }
61 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
75 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
103 inline void SetRole(
const char* value) { m_roleHasBeenSet =
true; m_role.assign(value); }
122 inline void SetGlueVersion(
const char* value) { m_glueVersionHasBeenSet =
true; m_glueVersion.assign(value); }
141 inline void SetMaxCapacity(
double value) { m_maxCapacityHasBeenSet =
true; m_maxCapacity = value; }
171 inline void SetNumberOfWorkers(
int value) { m_numberOfWorkersHasBeenSet =
true; m_numberOfWorkers = value; }
184 inline void SetTimeout(
int value) { m_timeoutHasBeenSet =
true; m_timeout = value; }
195 inline void SetMaxRetries(
int value) { m_maxRetriesHasBeenSet =
true; m_maxRetries = value; }
201 bool m_transformIdHasBeenSet =
false;
204 bool m_nameHasBeenSet =
false;
207 bool m_descriptionHasBeenSet =
false;
210 bool m_parametersHasBeenSet =
false;
213 bool m_roleHasBeenSet =
false;
216 bool m_glueVersionHasBeenSet =
false;
218 double m_maxCapacity;
219 bool m_maxCapacityHasBeenSet =
false;
222 bool m_workerTypeHasBeenSet =
false;
224 int m_numberOfWorkers;
225 bool m_numberOfWorkersHasBeenSet =
false;
228 bool m_timeoutHasBeenSet =
false;
231 bool m_maxRetriesHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String