AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetOpenCypherQueryStatusResult.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/QueryEvalStats.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 GetOpenCypherQueryStatusResult();
34
35
37
40 inline const Aws::String& GetQueryId() const{ return m_queryId; }
41 inline void SetQueryId(const Aws::String& value) { m_queryId = value; }
42 inline void SetQueryId(Aws::String&& value) { m_queryId = std::move(value); }
43 inline void SetQueryId(const char* value) { m_queryId.assign(value); }
44 inline GetOpenCypherQueryStatusResult& WithQueryId(const Aws::String& value) { SetQueryId(value); return *this;}
45 inline GetOpenCypherQueryStatusResult& WithQueryId(Aws::String&& value) { SetQueryId(std::move(value)); return *this;}
46 inline GetOpenCypherQueryStatusResult& WithQueryId(const char* value) { SetQueryId(value); return *this;}
48
50
53 inline const Aws::String& GetQueryString() const{ return m_queryString; }
54 inline void SetQueryString(const Aws::String& value) { m_queryString = value; }
55 inline void SetQueryString(Aws::String&& value) { m_queryString = std::move(value); }
56 inline void SetQueryString(const char* value) { m_queryString.assign(value); }
57 inline GetOpenCypherQueryStatusResult& WithQueryString(const Aws::String& value) { SetQueryString(value); return *this;}
58 inline GetOpenCypherQueryStatusResult& WithQueryString(Aws::String&& value) { SetQueryString(std::move(value)); return *this;}
59 inline GetOpenCypherQueryStatusResult& WithQueryString(const char* value) { SetQueryString(value); return *this;}
61
63
66 inline const QueryEvalStats& GetQueryEvalStats() const{ return m_queryEvalStats; }
67 inline void SetQueryEvalStats(const QueryEvalStats& value) { m_queryEvalStats = value; }
68 inline void SetQueryEvalStats(QueryEvalStats&& value) { m_queryEvalStats = std::move(value); }
70 inline GetOpenCypherQueryStatusResult& WithQueryEvalStats(QueryEvalStats&& value) { SetQueryEvalStats(std::move(value)); return *this;}
72
74
75 inline const Aws::String& GetRequestId() const{ return m_requestId; }
76 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
77 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
78 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
79 inline GetOpenCypherQueryStatusResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
80 inline GetOpenCypherQueryStatusResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
81 inline GetOpenCypherQueryStatusResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
83 private:
84
85 Aws::String m_queryId;
86
87 Aws::String m_queryString;
88
89 QueryEvalStats m_queryEvalStats;
90
91 Aws::String m_requestId;
92 };
93
94} // namespace Model
95} // namespace neptunedata
96} // namespace Aws
GetOpenCypherQueryStatusResult & WithQueryId(const Aws::String &value)
GetOpenCypherQueryStatusResult & WithQueryId(Aws::String &&value)
GetOpenCypherQueryStatusResult & WithQueryString(const Aws::String &value)
GetOpenCypherQueryStatusResult & WithQueryEvalStats(QueryEvalStats &&value)
GetOpenCypherQueryStatusResult & WithQueryString(Aws::String &&value)
GetOpenCypherQueryStatusResult & WithQueryEvalStats(const QueryEvalStats &value)
GetOpenCypherQueryStatusResult & WithRequestId(Aws::String &&value)
GetOpenCypherQueryStatusResult & WithQueryId(const char *value)
AWS_NEPTUNEDATA_API GetOpenCypherQueryStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetOpenCypherQueryStatusResult & WithQueryString(const char *value)
GetOpenCypherQueryStatusResult & WithRequestId(const char *value)
GetOpenCypherQueryStatusResult & WithRequestId(const Aws::String &value)
AWS_NEPTUNEDATA_API GetOpenCypherQueryStatusResult(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