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/Statistics.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace neptunedata {
44 template <
typename StatusT = Aws::String>
46 m_statusHasBeenSet =
true;
47 m_status = std::forward<StatusT>(value);
49 template <
typename StatusT = Aws::String>
61 template <
typename PayloadT = Statistics>
63 m_payloadHasBeenSet =
true;
64 m_payload = std::forward<PayloadT>(value);
66 template <
typename PayloadT = Statistics>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
96 bool m_statusHasBeenSet =
false;
97 bool m_payloadHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
GetSparqlStatisticsResult & WithRequestId(RequestIdT &&value)
GetSparqlStatisticsResult & WithStatus(StatusT &&value)
AWS_NEPTUNEDATA_API GetSparqlStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Statistics & GetPayload() const
GetSparqlStatisticsResult & WithPayload(PayloadT &&value)
void SetStatus(StatusT &&value)
AWS_NEPTUNEDATA_API GetSparqlStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPayload(PayloadT &&value)
AWS_NEPTUNEDATA_API GetSparqlStatisticsResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() 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