7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/SparkGlueArgs.h>
41 template <
typename AdditionalArgsT = SparkGlueArgs>
43 m_additionalArgsHasBeenSet =
true;
44 m_additionalArgs = std::forward<AdditionalArgsT>(value);
46 template <
typename AdditionalArgsT = SparkGlueArgs>
60 template <
typename GlueConnectionNameT = Aws::String>
62 m_glueConnectionNameHasBeenSet =
true;
63 m_glueConnectionName = std::forward<GlueConnectionNameT>(value);
65 template <
typename GlueConnectionNameT = Aws::String>
79 template <
typename GlueVersionT = Aws::String>
81 m_glueVersionHasBeenSet =
true;
82 m_glueVersion = std::forward<GlueVersionT>(value);
84 template <
typename GlueVersionT = Aws::String>
98 m_idleTimeoutHasBeenSet =
true;
99 m_idleTimeout = value;
113 template <
typename JavaVirtualEnvT = Aws::String>
115 m_javaVirtualEnvHasBeenSet =
true;
116 m_javaVirtualEnv = std::forward<JavaVirtualEnvT>(value);
118 template <
typename JavaVirtualEnvT = Aws::String>
132 m_numberOfWorkersHasBeenSet =
true;
133 m_numberOfWorkers = value;
147 template <
typename PythonVirtualEnvT = Aws::String>
149 m_pythonVirtualEnvHasBeenSet =
true;
150 m_pythonVirtualEnv = std::forward<PythonVirtualEnvT>(value);
152 template <
typename PythonVirtualEnvT = Aws::String>
165 template <
typename WorkerTypeT = Aws::String>
167 m_workerTypeHasBeenSet =
true;
168 m_workerType = std::forward<WorkerTypeT>(value);
170 template <
typename WorkerTypeT = Aws::String>
183 int m_idleTimeout{0};
187 int m_numberOfWorkers{0};
192 bool m_additionalArgsHasBeenSet =
false;
193 bool m_glueConnectionNameHasBeenSet =
false;
194 bool m_glueVersionHasBeenSet =
false;
195 bool m_idleTimeoutHasBeenSet =
false;
196 bool m_javaVirtualEnvHasBeenSet =
false;
197 bool m_numberOfWorkersHasBeenSet =
false;
198 bool m_pythonVirtualEnvHasBeenSet =
false;
199 bool m_workerTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue