7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
63 template<
typename ScriptLocationT = Aws::String>
64 void SetScriptLocation(ScriptLocationT&& value) { m_scriptLocationHasBeenSet =
true; m_scriptLocation = std::forward<ScriptLocationT>(value); }
65 template<
typename ScriptLocationT = Aws::String>
76 template<
typename PythonVersionT = Aws::String>
77 void SetPythonVersion(PythonVersionT&& value) { m_pythonVersionHasBeenSet =
true; m_pythonVersion = std::forward<PythonVersionT>(value); }
78 template<
typename PythonVersionT = Aws::String>
92 template<
typename RuntimeT = Aws::String>
93 void SetRuntime(RuntimeT&& value) { m_runtimeHasBeenSet =
true; m_runtime = std::forward<RuntimeT>(value); }
94 template<
typename RuntimeT = Aws::String>
100 bool m_nameHasBeenSet =
false;
103 bool m_scriptLocationHasBeenSet =
false;
106 bool m_pythonVersionHasBeenSet =
false;
109 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