7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
63 template <
typename ScriptLocationT = Aws::String>
65 m_scriptLocationHasBeenSet =
true;
66 m_scriptLocation = std::forward<ScriptLocationT>(value);
68 template <
typename ScriptLocationT = Aws::String>
82 template <
typename PythonVersionT = Aws::String>
84 m_pythonVersionHasBeenSet =
true;
85 m_pythonVersion = std::forward<PythonVersionT>(value);
87 template <
typename PythonVersionT = Aws::String>
104 template <
typename RuntimeT = Aws::String>
106 m_runtimeHasBeenSet =
true;
107 m_runtime = std::forward<RuntimeT>(value);
109 template <
typename RuntimeT = Aws::String>
123 bool m_nameHasBeenSet =
false;
124 bool m_scriptLocationHasBeenSet =
false;
125 bool m_pythonVersionHasBeenSet =
false;
126 bool m_runtimeHasBeenSet =
false;
void SetRuntime(RuntimeT &&value)
bool RuntimeHasBeenSet() const
JobCommand & WithPythonVersion(PythonVersionT &&value)
const Aws::String & GetScriptLocation() const
void SetPythonVersion(PythonVersionT &&value)
void SetScriptLocation(ScriptLocationT &&value)
bool NameHasBeenSet() const
const Aws::String & GetPythonVersion() const
AWS_GLUE_API JobCommand(Aws::Utils::Json::JsonView jsonValue)
JobCommand & WithRuntime(RuntimeT &&value)
const Aws::String & GetRuntime() const
AWS_GLUE_API JobCommand & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
JobCommand & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_GLUE_API JobCommand()=default
bool ScriptLocationHasBeenSet() const
JobCommand & WithScriptLocation(ScriptLocationT &&value)
bool PythonVersionHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue