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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace neptunedata {
38 template <
typename StatusT = Aws::String>
40 m_statusHasBeenSet =
true;
41 m_status = std::forward<StatusT>(value);
43 template <
typename StatusT = Aws::String>
55 template <
typename PayloadT = RefreshStatisticsIdMap>
57 m_payloadHasBeenSet =
true;
58 m_payload = std::forward<PayloadT>(value);
60 template <
typename PayloadT = RefreshStatisticsIdMap>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_statusHasBeenSet =
false;
91 bool m_payloadHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
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)
void SetStatus(StatusT &&value)
AWS_NEPTUNEDATA_API ManagePropertygraphStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RefreshStatisticsIdMap & GetPayload() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetPayload(PayloadT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue