7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename ValueT = Aws::String>
59 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
60 template<
typename ValueT = Aws::String>
68 inline bool GetParam()
const {
return m_param; }
70 inline void SetParam(
bool value) { m_paramHasBeenSet =
true; m_param = value; }
76 bool m_nameHasBeenSet =
false;
79 bool m_valueHasBeenSet =
false;
82 bool m_paramHasBeenSet =
false;
void SetValue(ValueT &&value)
CodeGenNodeArg & WithValue(ValueT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
CodeGenNodeArg & WithName(NameT &&value)
AWS_GLUE_API CodeGenNodeArg()=default
AWS_GLUE_API CodeGenNodeArg & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
bool ParamHasBeenSet() const
CodeGenNodeArg & WithParam(bool value)
void SetParam(bool value)
AWS_GLUE_API CodeGenNodeArg(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue