7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetPythonVersion(
const char* value) { m_pythonVersionHasBeenSet =
true; m_pythonVersion.assign(value); }
73 bool m_nameHasBeenSet =
false;
76 bool m_pythonVersionHasBeenSet =
false;
SessionCommand & WithName(const char *value)
AWS_GLUE_API SessionCommand(Aws::Utils::Json::JsonView jsonValue)
SessionCommand & WithPythonVersion(const char *value)
void SetPythonVersion(Aws::String &&value)
SessionCommand & WithPythonVersion(Aws::String &&value)
bool NameHasBeenSet() const
SessionCommand & WithPythonVersion(const Aws::String &value)
SessionCommand & WithName(Aws::String &&value)
AWS_GLUE_API SessionCommand()
SessionCommand & WithName(const Aws::String &value)
const Aws::String & GetName() const
const Aws::String & GetPythonVersion() const
void SetPythonVersion(const Aws::String &value)
bool PythonVersionHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API SessionCommand & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPythonVersion(const char *value)
void SetName(Aws::String &&value)
void SetName(const Aws::String &value)
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue