AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDataflowGraphResult.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/CodeGenNode.h>
11#include <aws/glue/model/CodeGenEdge.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace Glue
27{
28namespace Model
29{
31 {
32 public:
33 AWS_GLUE_API GetDataflowGraphResult();
36
37
39
42 inline const Aws::Vector<CodeGenNode>& GetDagNodes() const{ return m_dagNodes; }
43 inline void SetDagNodes(const Aws::Vector<CodeGenNode>& value) { m_dagNodes = value; }
44 inline void SetDagNodes(Aws::Vector<CodeGenNode>&& value) { m_dagNodes = std::move(value); }
45 inline GetDataflowGraphResult& WithDagNodes(const Aws::Vector<CodeGenNode>& value) { SetDagNodes(value); return *this;}
46 inline GetDataflowGraphResult& WithDagNodes(Aws::Vector<CodeGenNode>&& value) { SetDagNodes(std::move(value)); return *this;}
47 inline GetDataflowGraphResult& AddDagNodes(const CodeGenNode& value) { m_dagNodes.push_back(value); return *this; }
48 inline GetDataflowGraphResult& AddDagNodes(CodeGenNode&& value) { m_dagNodes.push_back(std::move(value)); return *this; }
50
52
55 inline const Aws::Vector<CodeGenEdge>& GetDagEdges() const{ return m_dagEdges; }
56 inline void SetDagEdges(const Aws::Vector<CodeGenEdge>& value) { m_dagEdges = value; }
57 inline void SetDagEdges(Aws::Vector<CodeGenEdge>&& value) { m_dagEdges = std::move(value); }
58 inline GetDataflowGraphResult& WithDagEdges(const Aws::Vector<CodeGenEdge>& value) { SetDagEdges(value); return *this;}
59 inline GetDataflowGraphResult& WithDagEdges(Aws::Vector<CodeGenEdge>&& value) { SetDagEdges(std::move(value)); return *this;}
60 inline GetDataflowGraphResult& AddDagEdges(const CodeGenEdge& value) { m_dagEdges.push_back(value); return *this; }
61 inline GetDataflowGraphResult& AddDagEdges(CodeGenEdge&& value) { m_dagEdges.push_back(std::move(value)); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline GetDataflowGraphResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline GetDataflowGraphResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline GetDataflowGraphResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::Vector<CodeGenNode> m_dagNodes;
77
78 Aws::Vector<CodeGenEdge> m_dagEdges;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace Glue
85} // namespace Aws
void SetDagEdges(Aws::Vector< CodeGenEdge > &&value)
GetDataflowGraphResult & AddDagNodes(const CodeGenNode &value)
GetDataflowGraphResult & AddDagEdges(const CodeGenEdge &value)
void SetDagNodes(Aws::Vector< CodeGenNode > &&value)
void SetDagEdges(const Aws::Vector< CodeGenEdge > &value)
void SetDagNodes(const Aws::Vector< CodeGenNode > &value)
GetDataflowGraphResult & WithDagEdges(Aws::Vector< CodeGenEdge > &&value)
const Aws::Vector< CodeGenEdge > & GetDagEdges() const
GetDataflowGraphResult & WithDagEdges(const Aws::Vector< CodeGenEdge > &value)
const Aws::Vector< CodeGenNode > & GetDagNodes() const
void SetRequestId(const Aws::String &value)
GetDataflowGraphResult & WithDagNodes(const Aws::Vector< CodeGenNode > &value)
AWS_GLUE_API GetDataflowGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API GetDataflowGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataflowGraphResult & WithDagNodes(Aws::Vector< CodeGenNode > &&value)
GetDataflowGraphResult & WithRequestId(Aws::String &&value)
GetDataflowGraphResult & AddDagEdges(CodeGenEdge &&value)
GetDataflowGraphResult & WithRequestId(const char *value)
GetDataflowGraphResult & AddDagNodes(CodeGenNode &&value)
GetDataflowGraphResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue