7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/model/QueryEvalStats.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
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>
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>
63 template<
typename QueryEvalStatsT = QueryEvalStats>
64 void SetQueryEvalStats(QueryEvalStatsT&& value) { m_queryEvalStatsHasBeenSet =
true; m_queryEvalStats = std::forward<QueryEvalStatsT>(value); }
65 template<
typename QueryEvalStatsT = QueryEvalStats>
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>
80 bool m_queryIdHasBeenSet =
false;
83 bool m_queryStringHasBeenSet =
false;
86 bool m_queryEvalStatsHasBeenSet =
false;
89 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)
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