7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/Vertex.h>
11#include <aws/sagemaker/model/Edge.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename VerticesT = Aws::Vector<Vertex>>
45 void SetVertices(VerticesT&& value) { m_verticesHasBeenSet =
true; m_vertices = std::forward<VerticesT>(value); }
46 template<
typename VerticesT = Aws::Vector<Vertex>>
48 template<
typename VerticesT = Vertex>
49 QueryLineageResult&
AddVertices(VerticesT&& value) { m_verticesHasBeenSet =
true; m_vertices.emplace_back(std::forward<VerticesT>(value));
return *
this; }
57 template<
typename EdgesT = Aws::Vector<Edge>>
58 void SetEdges(EdgesT&& value) { m_edgesHasBeenSet =
true; m_edges = std::forward<EdgesT>(value); }
59 template<
typename EdgesT = Aws::Vector<Edge>>
61 template<
typename EdgesT = Edge>
62 QueryLineageResult&
AddEdges(EdgesT&& value) { m_edgesHasBeenSet =
true; m_edges.emplace_back(std::forward<EdgesT>(value));
return *
this; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
80 template<
typename RequestIdT = Aws::String>
81 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
82 template<
typename RequestIdT = Aws::String>
88 bool m_verticesHasBeenSet =
false;
91 bool m_edgesHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
97 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