7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
67 inline void SetScriptLocation(
const char* value) { m_scriptLocationHasBeenSet =
true; m_scriptLocation.assign(value); }
82 inline void SetPythonVersion(
const char* value) { m_pythonVersionHasBeenSet =
true; m_pythonVersion.assign(value); }
100 inline void SetRuntime(
const char* value) { m_runtimeHasBeenSet =
true; m_runtime.assign(value); }
108 bool m_nameHasBeenSet =
false;
111 bool m_scriptLocationHasBeenSet =
false;
114 bool m_pythonVersionHasBeenSet =
false;
117 bool m_runtimeHasBeenSet =
false;
bool RuntimeHasBeenSet() const
JobCommand & WithScriptLocation(const char *value)
AWS_GLUE_API JobCommand()
const Aws::String & GetScriptLocation() const
void SetPythonVersion(const char *value)
JobCommand & WithName(Aws::String &&value)
void SetRuntime(const Aws::String &value)
JobCommand & WithRuntime(Aws::String &&value)
bool NameHasBeenSet() const
const Aws::String & GetPythonVersion() const
void SetRuntime(Aws::String &&value)
JobCommand & WithScriptLocation(Aws::String &&value)
AWS_GLUE_API JobCommand(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRuntime() const
AWS_GLUE_API JobCommand & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScriptLocation(const char *value)
void SetPythonVersion(Aws::String &&value)
JobCommand & WithRuntime(const Aws::String &value)
JobCommand & WithPythonVersion(const char *value)
void SetName(const Aws::String &value)
JobCommand & WithRuntime(const char *value)
const Aws::String & GetName() const
void SetScriptLocation(const Aws::String &value)
JobCommand & WithScriptLocation(const Aws::String &value)
void SetScriptLocation(Aws::String &&value)
void SetRuntime(const char *value)
JobCommand & WithName(const Aws::String &value)
bool ScriptLocationHasBeenSet() const
JobCommand & WithName(const char *value)
void SetName(Aws::String &&value)
bool PythonVersionHasBeenSet() const
void SetName(const char *value)
JobCommand & WithPythonVersion(const Aws::String &value)
JobCommand & WithPythonVersion(Aws::String &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPythonVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue