7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/CodeGenEdge.h>
11#include <aws/glue/model/CodeGenNode.h>
12#include <aws/glue/model/Language.h>
42 template <
typename DagNodesT = Aws::Vector<CodeGenNode>>
44 m_dagNodesHasBeenSet =
true;
45 m_dagNodes = std::forward<DagNodesT>(value);
47 template <
typename DagNodesT = Aws::Vector<CodeGenNode>>
52 template <
typename DagNodesT = CodeGenNode>
54 m_dagNodesHasBeenSet =
true;
55 m_dagNodes.emplace_back(std::forward<DagNodesT>(value));
66 template <
typename DagEdgesT = Aws::Vector<CodeGenEdge>>
68 m_dagEdgesHasBeenSet =
true;
69 m_dagEdges = std::forward<DagEdgesT>(value);
71 template <
typename DagEdgesT = Aws::Vector<CodeGenEdge>>
76 template <
typename DagEdgesT = CodeGenEdge>
78 m_dagEdgesHasBeenSet =
true;
79 m_dagEdges.emplace_back(std::forward<DagEdgesT>(value));
91 m_languageHasBeenSet =
true;
101 bool m_dagNodesHasBeenSet =
false;
104 bool m_dagEdgesHasBeenSet =
false;
107 bool m_languageHasBeenSet =
false;
const Aws::Vector< CodeGenEdge > & GetDagEdges() const
void SetDagNodes(DagNodesT &&value)
CreateScriptRequest & WithLanguage(Language value)
bool LanguageHasBeenSet() const
Language GetLanguage() const
bool DagNodesHasBeenSet() const
void SetDagEdges(DagEdgesT &&value)
const Aws::Vector< CodeGenNode > & GetDagNodes() const
AWS_GLUE_API CreateScriptRequest()=default
virtual const char * GetServiceRequestName() const override
void SetLanguage(Language value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateScriptRequest & AddDagNodes(DagNodesT &&value)
CreateScriptRequest & AddDagEdges(DagEdgesT &&value)
CreateScriptRequest & WithDagNodes(DagNodesT &&value)
bool DagEdgesHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
CreateScriptRequest & WithDagEdges(DagEdgesT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector