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/neptune-graph/NeptuneGraph_EXPORTS.h>
11#include <aws/neptune-graph/model/GraphSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace NeptuneGraph {
37 template <
typename GraphsT = Aws::Vector<GraphSummary>>
39 m_graphsHasBeenSet =
true;
40 m_graphs = std::forward<GraphsT>(value);
42 template <
typename GraphsT = Aws::Vector<GraphSummary>>
47 template <
typename GraphsT = GraphSummary>
49 m_graphsHasBeenSet =
true;
50 m_graphs.emplace_back(std::forward<GraphsT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_graphsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_NEPTUNEGRAPH_API ListGraphsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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