AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetSparqlStatisticsResult.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/Statistics.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:
31 AWS_NEPTUNEDATA_API GetSparqlStatisticsResult();
34
35
37
48 inline const Aws::String& GetStatus() const{ return m_status; }
49 inline void SetStatus(const Aws::String& value) { m_status = value; }
50 inline void SetStatus(Aws::String&& value) { m_status = std::move(value); }
51 inline void SetStatus(const char* value) { m_status.assign(value); }
52 inline GetSparqlStatisticsResult& WithStatus(const Aws::String& value) { SetStatus(value); return *this;}
53 inline GetSparqlStatisticsResult& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;}
54 inline GetSparqlStatisticsResult& WithStatus(const char* value) { SetStatus(value); return *this;}
56
58
61 inline const Statistics& GetPayload() const{ return m_payload; }
62 inline void SetPayload(const Statistics& value) { m_payload = value; }
63 inline void SetPayload(Statistics&& value) { m_payload = std::move(value); }
64 inline GetSparqlStatisticsResult& WithPayload(const Statistics& value) { SetPayload(value); return *this;}
65 inline GetSparqlStatisticsResult& WithPayload(Statistics&& value) { SetPayload(std::move(value)); return *this;}
67
69
70 inline const Aws::String& GetRequestId() const{ return m_requestId; }
71 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
72 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
73 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
74 inline GetSparqlStatisticsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
75 inline GetSparqlStatisticsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
76 inline GetSparqlStatisticsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
78 private:
79
80 Aws::String m_status;
81
82 Statistics m_payload;
83
84 Aws::String m_requestId;
85 };
86
87} // namespace Model
88} // namespace neptunedata
89} // namespace Aws
GetSparqlStatisticsResult & WithStatus(const Aws::String &value)
GetSparqlStatisticsResult & WithRequestId(const Aws::String &value)
AWS_NEPTUNEDATA_API GetSparqlStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSparqlStatisticsResult & WithRequestId(Aws::String &&value)
GetSparqlStatisticsResult & WithStatus(Aws::String &&value)
AWS_NEPTUNEDATA_API GetSparqlStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSparqlStatisticsResult & WithStatus(const char *value)
GetSparqlStatisticsResult & WithPayload(const Statistics &value)
GetSparqlStatisticsResult & WithRequestId(const char *value)
GetSparqlStatisticsResult & WithPayload(Statistics &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue