7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
11#include <aws/neptune-graph/model/GraphDataSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace NeptuneGraph {
37 template <
typename VersionT = Aws::String>
39 m_versionHasBeenSet =
true;
40 m_version = std::forward<VersionT>(value);
42 template <
typename VersionT = Aws::String>
55 template <
typename LastStatisticsComputationTimeT = Aws::Utils::DateTime>
57 m_lastStatisticsComputationTimeHasBeenSet =
true;
58 m_lastStatisticsComputationTime = std::forward<LastStatisticsComputationTimeT>(value);
60 template <
typename LastStatisticsComputationTimeT = Aws::Utils::DateTime>
72 template <
typename GraphSummaryT = GraphDataSummary>
74 m_graphSummaryHasBeenSet =
true;
75 m_graphSummary = std::forward<GraphSummaryT>(value);
77 template <
typename GraphSummaryT = GraphDataSummary>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
105 GraphDataSummary m_graphSummary;
109 bool m_versionHasBeenSet =
false;
110 bool m_lastStatisticsComputationTimeHasBeenSet =
false;
111 bool m_graphSummaryHasBeenSet =
false;
112 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetGraphSummaryResult & WithGraphSummary(GraphSummaryT &&value)
void SetLastStatisticsComputationTime(LastStatisticsComputationTimeT &&value)
const Aws::String & GetVersion() const
GetGraphSummaryResult & WithLastStatisticsComputationTime(LastStatisticsComputationTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetGraphSummaryResult & WithVersion(VersionT &&value)
AWS_NEPTUNEGRAPH_API GetGraphSummaryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_NEPTUNEGRAPH_API GetGraphSummaryResult()=default
AWS_NEPTUNEGRAPH_API GetGraphSummaryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastStatisticsComputationTime() const
GetGraphSummaryResult & WithRequestId(RequestIdT &&value)
void SetVersion(VersionT &&value)
void SetGraphSummary(GraphSummaryT &&value)
const GraphDataSummary & GetGraphSummary() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue