AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetVersion(const Aws::String& value) { m_versionHasBeenSet = true; m_version = value; }
50 inline void SetVersion(Aws::String&& value) { m_versionHasBeenSet = true; m_version = std::move(value); }
51 inline void SetVersion(const char* value) { m_versionHasBeenSet = true; m_version.assign(value); }
52 inline PropertygraphSummaryValueMap& WithVersion(const Aws::String& value) { SetVersion(value); return *this;}
53 inline PropertygraphSummaryValueMap& WithVersion(Aws::String&& value) { SetVersion(std::move(value)); return *this;}
54 inline PropertygraphSummaryValueMap& WithVersion(const char* value) { SetVersion(value); return *this;}
56
58
62 inline const Aws::Utils::DateTime& GetLastStatisticsComputationTime() const{ return m_lastStatisticsComputationTime; }
63 inline bool LastStatisticsComputationTimeHasBeenSet() const { return m_lastStatisticsComputationTimeHasBeenSet; }
64 inline void SetLastStatisticsComputationTime(const Aws::Utils::DateTime& value) { m_lastStatisticsComputationTimeHasBeenSet = true; m_lastStatisticsComputationTime = value; }
65 inline void SetLastStatisticsComputationTime(Aws::Utils::DateTime&& value) { m_lastStatisticsComputationTimeHasBeenSet = true; m_lastStatisticsComputationTime = std::move(value); }
69
71
74 inline const PropertygraphSummary& GetGraphSummary() const{ return m_graphSummary; }
75 inline bool GraphSummaryHasBeenSet() const { return m_graphSummaryHasBeenSet; }
76 inline void SetGraphSummary(const PropertygraphSummary& value) { m_graphSummaryHasBeenSet = true; m_graphSummary = value; }
77 inline void SetGraphSummary(PropertygraphSummary&& value) { m_graphSummaryHasBeenSet = true; m_graphSummary = std::move(value); }
79 inline PropertygraphSummaryValueMap& WithGraphSummary(PropertygraphSummary&& value) { SetGraphSummary(std::move(value)); return *this;}
81 private:
82
83 Aws::String m_version;
84 bool m_versionHasBeenSet = false;
85
86 Aws::Utils::DateTime m_lastStatisticsComputationTime;
87 bool m_lastStatisticsComputationTimeHasBeenSet = false;
88
89 PropertygraphSummary m_graphSummary;
90 bool m_graphSummaryHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace neptunedata
95} // namespace Aws
AWS_NEPTUNEDATA_API PropertygraphSummaryValueMap & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
PropertygraphSummaryValueMap & WithLastStatisticsComputationTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastStatisticsComputationTime() const
PropertygraphSummaryValueMap & WithGraphSummary(const PropertygraphSummary &value)
PropertygraphSummaryValueMap & WithVersion(const Aws::String &value)
PropertygraphSummaryValueMap & WithGraphSummary(PropertygraphSummary &&value)
PropertygraphSummaryValueMap & WithVersion(Aws::String &&value)
AWS_NEPTUNEDATA_API PropertygraphSummaryValueMap(Aws::Utils::Json::JsonView jsonValue)
PropertygraphSummaryValueMap & WithVersion(const char *value)
void SetLastStatisticsComputationTime(const Aws::Utils::DateTime &value)
PropertygraphSummaryValueMap & WithLastStatisticsComputationTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue