AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
34
35
37
40 inline const Aws::String& GetQueryId() const { return m_queryId; }
41 template<typename QueryIdT = Aws::String>
42 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet = true; m_queryId = std::forward<QueryIdT>(value); }
43 template<typename QueryIdT = Aws::String>
44 GetOpenCypherQueryStatusResult& WithQueryId(QueryIdT&& value) { SetQueryId(std::forward<QueryIdT>(value)); return *this;}
46
48
51 inline const Aws::String& GetQueryString() const { return m_queryString; }
52 template<typename QueryStringT = Aws::String>
53 void SetQueryString(QueryStringT&& value) { m_queryStringHasBeenSet = true; m_queryString = std::forward<QueryStringT>(value); }
54 template<typename QueryStringT = Aws::String>
55 GetOpenCypherQueryStatusResult& WithQueryString(QueryStringT&& value) { SetQueryString(std::forward<QueryStringT>(value)); return *this;}
57
59
62 inline const QueryEvalStats& GetQueryEvalStats() const { return m_queryEvalStats; }
63 template<typename QueryEvalStatsT = QueryEvalStats>
64 void SetQueryEvalStats(QueryEvalStatsT&& value) { m_queryEvalStatsHasBeenSet = true; m_queryEvalStats = std::forward<QueryEvalStatsT>(value); }
65 template<typename QueryEvalStatsT = QueryEvalStats>
66 GetOpenCypherQueryStatusResult& WithQueryEvalStats(QueryEvalStatsT&& value) { SetQueryEvalStats(std::forward<QueryEvalStatsT>(value)); return *this;}
68
70
71 inline const Aws::String& GetRequestId() const { return m_requestId; }
72 template<typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
74 template<typename RequestIdT = Aws::String>
75 GetOpenCypherQueryStatusResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
77 private:
78
79 Aws::String m_queryId;
80 bool m_queryIdHasBeenSet = false;
81
82 Aws::String m_queryString;
83 bool m_queryStringHasBeenSet = false;
84
85 QueryEvalStats m_queryEvalStats;
86 bool m_queryEvalStatsHasBeenSet = false;
87
88 Aws::String m_requestId;
89 bool m_requestIdHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace neptunedata
94} // namespace Aws
GetOpenCypherQueryStatusResult & WithQueryEvalStats(QueryEvalStatsT &&value)
AWS_NEPTUNEDATA_API GetOpenCypherQueryStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NEPTUNEDATA_API GetOpenCypherQueryStatusResult()=default
GetOpenCypherQueryStatusResult & WithQueryString(QueryStringT &&value)
GetOpenCypherQueryStatusResult & WithRequestId(RequestIdT &&value)
GetOpenCypherQueryStatusResult & WithQueryId(QueryIdT &&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