AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetGraphSummaryResult.h
1
6#pragma once
7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/neptune-graph/model/GraphDataSummary.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace NeptuneGraph
26{
27namespace Model
28{
30 {
31 public:
32 AWS_NEPTUNEGRAPH_API GetGraphSummaryResult() = default;
35
36
38
41 inline const Aws::String& GetVersion() const { return m_version; }
42 template<typename VersionT = Aws::String>
43 void SetVersion(VersionT&& value) { m_versionHasBeenSet = true; m_version = std::forward<VersionT>(value); }
44 template<typename VersionT = Aws::String>
45 GetGraphSummaryResult& WithVersion(VersionT&& value) { SetVersion(std::forward<VersionT>(value)); return *this;}
47
49
53 inline const Aws::Utils::DateTime& GetLastStatisticsComputationTime() const { return m_lastStatisticsComputationTime; }
54 template<typename LastStatisticsComputationTimeT = Aws::Utils::DateTime>
55 void SetLastStatisticsComputationTime(LastStatisticsComputationTimeT&& value) { m_lastStatisticsComputationTimeHasBeenSet = true; m_lastStatisticsComputationTime = std::forward<LastStatisticsComputationTimeT>(value); }
56 template<typename LastStatisticsComputationTimeT = Aws::Utils::DateTime>
57 GetGraphSummaryResult& WithLastStatisticsComputationTime(LastStatisticsComputationTimeT&& value) { SetLastStatisticsComputationTime(std::forward<LastStatisticsComputationTimeT>(value)); return *this;}
59
61
64 inline const GraphDataSummary& GetGraphSummary() const { return m_graphSummary; }
65 template<typename GraphSummaryT = GraphDataSummary>
66 void SetGraphSummary(GraphSummaryT&& value) { m_graphSummaryHasBeenSet = true; m_graphSummary = std::forward<GraphSummaryT>(value); }
67 template<typename GraphSummaryT = GraphDataSummary>
68 GetGraphSummaryResult& WithGraphSummary(GraphSummaryT&& value) { SetGraphSummary(std::forward<GraphSummaryT>(value)); return *this;}
70
72
73 inline const Aws::String& GetRequestId() const { return m_requestId; }
74 template<typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
76 template<typename RequestIdT = Aws::String>
77 GetGraphSummaryResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
79 private:
80
81 Aws::String m_version;
82 bool m_versionHasBeenSet = false;
83
84 Aws::Utils::DateTime m_lastStatisticsComputationTime{};
85 bool m_lastStatisticsComputationTimeHasBeenSet = false;
86
87 GraphDataSummary m_graphSummary;
88 bool m_graphSummaryHasBeenSet = false;
89
90 Aws::String m_requestId;
91 bool m_requestIdHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace NeptuneGraph
96} // namespace Aws
GetGraphSummaryResult & WithGraphSummary(GraphSummaryT &&value)
void SetLastStatisticsComputationTime(LastStatisticsComputationTimeT &&value)
GetGraphSummaryResult & WithLastStatisticsComputationTime(LastStatisticsComputationTimeT &&value)
GetGraphSummaryResult & WithVersion(VersionT &&value)
AWS_NEPTUNEGRAPH_API GetGraphSummaryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue