7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/Edge.h>
12#include <aws/sagemaker/model/Vertex.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename VerticesT = Aws::Vector<Vertex>>
41 m_verticesHasBeenSet =
true;
42 m_vertices = std::forward<VerticesT>(value);
44 template <
typename VerticesT = Aws::Vector<Vertex>>
49 template <
typename VerticesT = Vertex>
51 m_verticesHasBeenSet =
true;
52 m_vertices.emplace_back(std::forward<VerticesT>(value));
62 template <
typename EdgesT = Aws::Vector<Edge>>
64 m_edgesHasBeenSet =
true;
65 m_edges = std::forward<EdgesT>(value);
67 template <
typename EdgesT = Aws::Vector<Edge>>
69 SetEdges(std::forward<EdgesT>(value));
72 template <
typename EdgesT = Edge>
74 m_edgesHasBeenSet =
true;
75 m_edges.emplace_back(std::forward<EdgesT>(value));
86 template <
typename NextTokenT = Aws::String>
88 m_nextTokenHasBeenSet =
true;
89 m_nextToken = std::forward<NextTokenT>(value);
91 template <
typename NextTokenT = Aws::String>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
123 bool m_verticesHasBeenSet =
false;
124 bool m_edgesHasBeenSet =
false;
125 bool m_nextTokenHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKER_API QueryLineageResult()=default
const Aws::String & GetNextToken() const
QueryLineageResult & WithNextToken(NextTokenT &&value)
AWS_SAGEMAKER_API QueryLineageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
QueryLineageResult & WithEdges(EdgesT &&value)
void SetEdges(EdgesT &&value)
QueryLineageResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
QueryLineageResult & WithVertices(VerticesT &&value)
void SetVertices(VerticesT &&value)
QueryLineageResult & AddEdges(EdgesT &&value)
QueryLineageResult & AddVertices(VerticesT &&value)
const Aws::Vector< Edge > & GetEdges() const
AWS_SAGEMAKER_API QueryLineageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Vertex > & GetVertices() 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