AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
PropertygraphSummaryValueMap.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
10#include <aws/neptunedata/model/PropertygraphSummary.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace neptunedata {
22namespace Model {
23
31 public:
32 AWS_NEPTUNEDATA_API PropertygraphSummaryValueMap() = default;
35 AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const Aws::String& GetVersion() const { return m_version; }
42 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
43 template <typename VersionT = Aws::String>
44 void SetVersion(VersionT&& value) {
45 m_versionHasBeenSet = true;
46 m_version = std::forward<VersionT>(value);
47 }
48 template <typename VersionT = Aws::String>
50 SetVersion(std::forward<VersionT>(value));
51 return *this;
52 }
54
56
60 inline const Aws::Utils::DateTime& GetLastStatisticsComputationTime() const { return m_lastStatisticsComputationTime; }
61 inline bool LastStatisticsComputationTimeHasBeenSet() const { return m_lastStatisticsComputationTimeHasBeenSet; }
62 template <typename LastStatisticsComputationTimeT = Aws::Utils::DateTime>
63 void SetLastStatisticsComputationTime(LastStatisticsComputationTimeT&& value) {
64 m_lastStatisticsComputationTimeHasBeenSet = true;
65 m_lastStatisticsComputationTime = std::forward<LastStatisticsComputationTimeT>(value);
66 }
67 template <typename LastStatisticsComputationTimeT = Aws::Utils::DateTime>
68 PropertygraphSummaryValueMap& WithLastStatisticsComputationTime(LastStatisticsComputationTimeT&& value) {
69 SetLastStatisticsComputationTime(std::forward<LastStatisticsComputationTimeT>(value));
70 return *this;
71 }
73
75
78 inline const PropertygraphSummary& GetGraphSummary() const { return m_graphSummary; }
79 inline bool GraphSummaryHasBeenSet() const { return m_graphSummaryHasBeenSet; }
80 template <typename GraphSummaryT = PropertygraphSummary>
81 void SetGraphSummary(GraphSummaryT&& value) {
82 m_graphSummaryHasBeenSet = true;
83 m_graphSummary = std::forward<GraphSummaryT>(value);
84 }
85 template <typename GraphSummaryT = PropertygraphSummary>
87 SetGraphSummary(std::forward<GraphSummaryT>(value));
88 return *this;
89 }
91 private:
92 Aws::String m_version;
93
94 Aws::Utils::DateTime m_lastStatisticsComputationTime{};
95
96 PropertygraphSummary m_graphSummary;
97 bool m_versionHasBeenSet = false;
98 bool m_lastStatisticsComputationTimeHasBeenSet = false;
99 bool m_graphSummaryHasBeenSet = false;
100};
101
102} // namespace Model
103} // namespace neptunedata
104} // namespace Aws
AWS_NEPTUNEDATA_API PropertygraphSummaryValueMap & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
PropertygraphSummaryValueMap & WithLastStatisticsComputationTime(LastStatisticsComputationTimeT &&value)
const Aws::Utils::DateTime & GetLastStatisticsComputationTime() const
void SetLastStatisticsComputationTime(LastStatisticsComputationTimeT &&value)
PropertygraphSummaryValueMap & WithVersion(VersionT &&value)
PropertygraphSummaryValueMap & WithGraphSummary(GraphSummaryT &&value)
AWS_NEPTUNEDATA_API PropertygraphSummaryValueMap(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEDATA_API PropertygraphSummaryValueMap()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue