AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ManagePropertygraphStatisticsResult.h
1
6#pragma once
7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/model/RefreshStatisticsIdMap.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace neptunedata
25{
26namespace Model
27{
29 {
30 public:
34
35
37
41 inline const Aws::String& GetStatus() const{ return m_status; }
42 inline void SetStatus(const Aws::String& value) { m_status = value; }
43 inline void SetStatus(Aws::String&& value) { m_status = std::move(value); }
44 inline void SetStatus(const char* value) { m_status.assign(value); }
45 inline ManagePropertygraphStatisticsResult& WithStatus(const Aws::String& value) { SetStatus(value); return *this;}
46 inline ManagePropertygraphStatisticsResult& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;}
47 inline ManagePropertygraphStatisticsResult& WithStatus(const char* value) { SetStatus(value); return *this;}
49
51
54 inline const RefreshStatisticsIdMap& GetPayload() const{ return m_payload; }
55 inline void SetPayload(const RefreshStatisticsIdMap& value) { m_payload = value; }
56 inline void SetPayload(RefreshStatisticsIdMap&& value) { m_payload = std::move(value); }
58 inline ManagePropertygraphStatisticsResult& WithPayload(RefreshStatisticsIdMap&& value) { SetPayload(std::move(value)); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline ManagePropertygraphStatisticsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline ManagePropertygraphStatisticsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline ManagePropertygraphStatisticsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::String m_status;
74
75 RefreshStatisticsIdMap m_payload;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace neptunedata
82} // namespace Aws
ManagePropertygraphStatisticsResult & WithRequestId(Aws::String &&value)
ManagePropertygraphStatisticsResult & WithRequestId(const char *value)
AWS_NEPTUNEDATA_API ManagePropertygraphStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ManagePropertygraphStatisticsResult & WithStatus(const char *value)
AWS_NEPTUNEDATA_API ManagePropertygraphStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ManagePropertygraphStatisticsResult & WithRequestId(const Aws::String &value)
ManagePropertygraphStatisticsResult & WithPayload(RefreshStatisticsIdMap &&value)
ManagePropertygraphStatisticsResult & WithPayload(const RefreshStatisticsIdMap &value)
ManagePropertygraphStatisticsResult & WithStatus(Aws::String &&value)
ManagePropertygraphStatisticsResult & WithStatus(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue