7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/Edge.h>
11#include <aws/sagemaker/model/Vertex.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename VerticesT = Aws::Vector<Vertex>>
40 m_verticesHasBeenSet =
true;
41 m_vertices = std::forward<VerticesT>(value);
43 template <
typename VerticesT = Aws::Vector<Vertex>>
48 template <
typename VerticesT = Vertex>
50 m_verticesHasBeenSet =
true;
51 m_vertices.emplace_back(std::forward<VerticesT>(value));
61 template <
typename EdgesT = Aws::Vector<Edge>>
63 m_edgesHasBeenSet =
true;
64 m_edges = std::forward<EdgesT>(value);
66 template <
typename EdgesT = Aws::Vector<Edge>>
68 SetEdges(std::forward<EdgesT>(value));
71 template <
typename EdgesT = Edge>
73 m_edgesHasBeenSet =
true;
74 m_edges.emplace_back(std::forward<EdgesT>(value));
85 template <
typename NextTokenT = Aws::String>
87 m_nextTokenHasBeenSet =
true;
88 m_nextToken = std::forward<NextTokenT>(value);
90 template <
typename NextTokenT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
119 bool m_verticesHasBeenSet =
false;
120 bool m_edgesHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
122 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)
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