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/QueryEvalStats.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace neptunedata {
36 template <
typename QueryIdT = Aws::String>
38 m_queryIdHasBeenSet =
true;
39 m_queryId = std::forward<QueryIdT>(value);
41 template <
typename QueryIdT = Aws::String>
53 template <
typename QueryStringT = Aws::String>
55 m_queryStringHasBeenSet =
true;
56 m_queryString = std::forward<QueryStringT>(value);
58 template <
typename QueryStringT = Aws::String>
70 template <
typename QueryEvalStatsT = QueryEvalStats>
72 m_queryEvalStatsHasBeenSet =
true;
73 m_queryEvalStats = std::forward<QueryEvalStatsT>(value);
75 template <
typename QueryEvalStatsT = QueryEvalStats>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
107 bool m_queryIdHasBeenSet =
false;
108 bool m_queryStringHasBeenSet =
false;
109 bool m_queryEvalStatsHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
AWS_NEPTUNEDATA_API GetGremlinQueryStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const QueryEvalStats & GetQueryEvalStats() const
void SetQueryString(QueryStringT &&value)
const Aws::String & GetQueryId() const
GetGremlinQueryStatusResult & WithQueryString(QueryStringT &&value)
void SetQueryId(QueryIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_NEPTUNEDATA_API GetGremlinQueryStatusResult()=default
GetGremlinQueryStatusResult & WithQueryEvalStats(QueryEvalStatsT &&value)
void SetQueryEvalStats(QueryEvalStatsT &&value)
GetGremlinQueryStatusResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetGremlinQueryStatusResult & WithQueryId(QueryIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetQueryString() const
AWS_NEPTUNEDATA_API GetGremlinQueryStatusResult(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