7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
61 template<
typename PythonVersionT = Aws::String>
62 void SetPythonVersion(PythonVersionT&& value) { m_pythonVersionHasBeenSet =
true; m_pythonVersion = std::forward<PythonVersionT>(value); }
63 template<
typename PythonVersionT = Aws::String>
69 bool m_nameHasBeenSet =
false;
72 bool m_pythonVersionHasBeenSet =
false;
AWS_GLUE_API SessionCommand(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetPythonVersion() const
bool PythonVersionHasBeenSet() const
void SetName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API SessionCommand & operator=(Aws::Utils::Json::JsonView jsonValue)
SessionCommand & WithPythonVersion(PythonVersionT &&value)
void SetPythonVersion(PythonVersionT &&value)
SessionCommand & WithName(NameT &&value)
AWS_GLUE_API SessionCommand()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue