AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
PropertygraphSummaryValueMap.h
1
6#pragma once
7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/neptunedata/model/PropertygraphSummary.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace neptunedata
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_NEPTUNEDATA_API PropertygraphSummaryValueMap() = default;
40 AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetVersion() const { return m_version; }
48 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
49 template<typename VersionT = Aws::String>
50 void SetVersion(VersionT&& value) { m_versionHasBeenSet = true; m_version = std::forward<VersionT>(value); }
51 template<typename VersionT = Aws::String>
52 PropertygraphSummaryValueMap& WithVersion(VersionT&& value) { SetVersion(std::forward<VersionT>(value)); return *this;}
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) { m_lastStatisticsComputationTimeHasBeenSet = true; m_lastStatisticsComputationTime = std::forward<LastStatisticsComputationTimeT>(value); }
64 template<typename LastStatisticsComputationTimeT = Aws::Utils::DateTime>
65 PropertygraphSummaryValueMap& WithLastStatisticsComputationTime(LastStatisticsComputationTimeT&& value) { SetLastStatisticsComputationTime(std::forward<LastStatisticsComputationTimeT>(value)); return *this;}
67
69
72 inline const PropertygraphSummary& GetGraphSummary() const { return m_graphSummary; }
73 inline bool GraphSummaryHasBeenSet() const { return m_graphSummaryHasBeenSet; }
74 template<typename GraphSummaryT = PropertygraphSummary>
75 void SetGraphSummary(GraphSummaryT&& value) { m_graphSummaryHasBeenSet = true; m_graphSummary = std::forward<GraphSummaryT>(value); }
76 template<typename GraphSummaryT = PropertygraphSummary>
77 PropertygraphSummaryValueMap& WithGraphSummary(GraphSummaryT&& value) { SetGraphSummary(std::forward<GraphSummaryT>(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 PropertygraphSummary m_graphSummary;
88 bool m_graphSummaryHasBeenSet = false;
89 };
90
91} // namespace Model
92} // namespace neptunedata
93} // 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