7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/Language.h>
11#include <aws/glue/model/CodeGenNode.h>
12#include <aws/glue/model/CodeGenEdge.h>
46 template<
typename DagNodesT = Aws::Vector<CodeGenNode>>
47 void SetDagNodes(DagNodesT&& value) { m_dagNodesHasBeenSet =
true; m_dagNodes = std::forward<DagNodesT>(value); }
48 template<
typename DagNodesT = Aws::Vector<CodeGenNode>>
50 template<
typename DagNodesT = CodeGenNode>
60 template<
typename DagEdgesT = Aws::Vector<CodeGenEdge>>
61 void SetDagEdges(DagEdgesT&& value) { m_dagEdgesHasBeenSet =
true; m_dagEdges = std::forward<DagEdgesT>(value); }
62 template<
typename DagEdgesT = Aws::Vector<CodeGenEdge>>
64 template<
typename DagEdgesT = CodeGenEdge>
80 bool m_dagNodesHasBeenSet =
false;
83 bool m_dagEdgesHasBeenSet =
false;
86 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