7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
74 inline bool GetParam()
const {
return m_param; }
77 m_paramHasBeenSet =
true;
91 bool m_nameHasBeenSet =
false;
92 bool m_valueHasBeenSet =
false;
93 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