7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/CodeGenNodeArg.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetNodeType(
const char* value) { m_nodeTypeHasBeenSet =
true; m_nodeType.assign(value); }
90 inline void SetLineNumber(
int value) { m_lineNumberHasBeenSet =
true; m_lineNumber = value; }
96 bool m_idHasBeenSet =
false;
99 bool m_nodeTypeHasBeenSet =
false;
102 bool m_argsHasBeenSet =
false;
105 bool m_lineNumberHasBeenSet =
false;
bool LineNumberHasBeenSet() const
const Aws::String & GetId() const
void SetArgs(const Aws::Vector< CodeGenNodeArg > &value)
void SetLineNumber(int value)
AWS_GLUE_API CodeGenNode & operator=(Aws::Utils::Json::JsonView jsonValue)
CodeGenNode & WithId(const char *value)
CodeGenNode & WithNodeType(Aws::String &&value)
bool IdHasBeenSet() const
void SetNodeType(Aws::String &&value)
bool ArgsHasBeenSet() const
int GetLineNumber() const
void SetId(const Aws::String &value)
void SetNodeType(const char *value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NodeTypeHasBeenSet() const
CodeGenNode & WithId(Aws::String &&value)
CodeGenNode & WithId(const Aws::String &value)
void SetId(const char *value)
const Aws::Vector< CodeGenNodeArg > & GetArgs() const
CodeGenNode & AddArgs(const CodeGenNodeArg &value)
void SetArgs(Aws::Vector< CodeGenNodeArg > &&value)
CodeGenNode & WithArgs(const Aws::Vector< CodeGenNodeArg > &value)
AWS_GLUE_API CodeGenNode(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API CodeGenNode()
CodeGenNode & WithNodeType(const Aws::String &value)
CodeGenNode & AddArgs(CodeGenNodeArg &&value)
void SetNodeType(const Aws::String &value)
CodeGenNode & WithLineNumber(int value)
void SetId(Aws::String &&value)
CodeGenNode & WithArgs(Aws::Vector< CodeGenNodeArg > &&value)
CodeGenNode & WithNodeType(const char *value)
const Aws::String & GetNodeType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue