7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/detective/Detective_EXPORTS.h>
10#include <aws/detective/model/Graph.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename GraphListT = Aws::Vector<Graph>>
39 m_graphListHasBeenSet =
true;
40 m_graphList = std::forward<GraphListT>(value);
42 template <
typename GraphListT = Aws::Vector<Graph>>
47 template <
typename GraphListT = Graph>
49 m_graphListHasBeenSet =
true;
50 m_graphList.emplace_back(std::forward<GraphListT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_graphListHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
ListGraphsResult & AddGraphList(GraphListT &&value)
AWS_DETECTIVE_API ListGraphsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Graph > & GetGraphList() const
ListGraphsResult & WithNextToken(NextTokenT &&value)
AWS_DETECTIVE_API ListGraphsResult()=default
void SetGraphList(GraphListT &&value)
ListGraphsResult & WithGraphList(GraphListT &&value)
const Aws::String & GetNextToken() const
AWS_DETECTIVE_API ListGraphsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ListGraphsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue