AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
ManagePropertygraphStatisticsResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
10#include <aws/neptunedata/model/RefreshStatisticsIdMap.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace neptunedata {
24namespace Model {
26 public:
27 AWS_NEPTUNEDATA_API ManagePropertygraphStatisticsResult() = default;
31
33
37 inline const Aws::String& GetStatus() const { return m_status; }
38 template <typename StatusT = Aws::String>
39 void SetStatus(StatusT&& value) {
40 m_statusHasBeenSet = true;
41 m_status = std::forward<StatusT>(value);
42 }
43 template <typename StatusT = Aws::String>
45 SetStatus(std::forward<StatusT>(value));
46 return *this;
47 }
49
51
54 inline const RefreshStatisticsIdMap& GetPayload() const { return m_payload; }
55 template <typename PayloadT = RefreshStatisticsIdMap>
56 void SetPayload(PayloadT&& value) {
57 m_payloadHasBeenSet = true;
58 m_payload = std::forward<PayloadT>(value);
59 }
60 template <typename PayloadT = RefreshStatisticsIdMap>
62 SetPayload(std::forward<PayloadT>(value));
63 return *this;
64 }
66
68
69 inline const Aws::String& GetRequestId() const { return m_requestId; }
70 template <typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) {
72 m_requestIdHasBeenSet = true;
73 m_requestId = std::forward<RequestIdT>(value);
74 }
75 template <typename RequestIdT = Aws::String>
77 SetRequestId(std::forward<RequestIdT>(value));
78 return *this;
79 }
81 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
82
83 private:
84 Aws::String m_status;
85
86 RefreshStatisticsIdMap m_payload;
87
88 Aws::String m_requestId;
89 Aws::Http::HttpResponseCode m_HttpResponseCode;
90 bool m_statusHasBeenSet = false;
91 bool m_payloadHasBeenSet = false;
92 bool m_requestIdHasBeenSet = false;
93};
94
95} // namespace Model
96} // namespace neptunedata
97} // namespace Aws
AWS_NEPTUNEDATA_API ManagePropertygraphStatisticsResult()=default
ManagePropertygraphStatisticsResult & WithRequestId(RequestIdT &&value)
ManagePropertygraphStatisticsResult & WithStatus(StatusT &&value)
ManagePropertygraphStatisticsResult & WithPayload(PayloadT &&value)
AWS_NEPTUNEDATA_API ManagePropertygraphStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NEPTUNEDATA_API ManagePropertygraphStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue