7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
10#include <aws/neptune-graph/model/GraphSummary.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace NeptuneGraph {
36 template <
typename GraphsT = Aws::Vector<GraphSummary>>
38 m_graphsHasBeenSet =
true;
39 m_graphs = std::forward<GraphsT>(value);
41 template <
typename GraphsT = Aws::Vector<GraphSummary>>
46 template <
typename GraphsT = GraphSummary>
48 m_graphsHasBeenSet =
true;
49 m_graphs.emplace_back(std::forward<GraphsT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_graphsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_NEPTUNEGRAPH_API ListGraphsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListGraphsResult & WithRequestId(RequestIdT &&value)
void SetGraphs(GraphsT &&value)
const Aws::Vector< GraphSummary > & GetGraphs() const
ListGraphsResult & WithNextToken(NextTokenT &&value)
ListGraphsResult & AddGraphs(GraphsT &&value)
AWS_NEPTUNEGRAPH_API ListGraphsResult()=default
void SetNextToken(NextTokenT &&value)
ListGraphsResult & WithGraphs(GraphsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_NEPTUNEGRAPH_API ListGraphsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() 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