7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/model/QueryEvalStats.h>
49 template<
typename QueryIdT = Aws::String>
50 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
51 template<
typename QueryIdT = Aws::String>
61 template<
typename QueryStringT = Aws::String>
62 void SetQueryString(QueryStringT&& value) { m_queryStringHasBeenSet =
true; m_queryString = std::forward<QueryStringT>(value); }
63 template<
typename QueryStringT = Aws::String>
73 template<
typename QueryEvalStatsT = QueryEvalStats>
74 void SetQueryEvalStats(QueryEvalStatsT&& value) { m_queryEvalStatsHasBeenSet =
true; m_queryEvalStats = std::forward<QueryEvalStatsT>(value); }
75 template<
typename QueryEvalStatsT = QueryEvalStats>
81 bool m_queryIdHasBeenSet =
false;
84 bool m_queryStringHasBeenSet =
false;
87 bool m_queryEvalStatsHasBeenSet =
false;
void SetQueryString(QueryStringT &&value)
bool QueryIdHasBeenSet() const
GremlinQueryStatus & WithQueryId(QueryIdT &&value)
const Aws::String & GetQueryString() const
const QueryEvalStats & GetQueryEvalStats() const
bool QueryStringHasBeenSet() const
GremlinQueryStatus & WithQueryString(QueryStringT &&value)
AWS_NEPTUNEDATA_API GremlinQueryStatus()=default
void SetQueryEvalStats(QueryEvalStatsT &&value)
bool QueryEvalStatsHasBeenSet() const
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NEPTUNEDATA_API GremlinQueryStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
GremlinQueryStatus & WithQueryEvalStats(QueryEvalStatsT &&value)
AWS_NEPTUNEDATA_API GremlinQueryStatus(Aws::Utils::Json::JsonView jsonValue)
void SetQueryId(QueryIdT &&value)
const Aws::String & GetQueryId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue