7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
9#include <aws/neptune-graph/model/QueryState.h>
20namespace NeptuneGraph {
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
60 template <
typename QueryStringT = Aws::String>
62 m_queryStringHasBeenSet =
true;
63 m_queryString = std::forward<QueryStringT>(value);
65 template <
typename QueryStringT = Aws::String>
80 m_waitedHasBeenSet =
true;
96 m_elapsedHasBeenSet =
true;
112 m_stateHasBeenSet =
true;
130 bool m_idHasBeenSet =
false;
131 bool m_queryStringHasBeenSet =
false;
132 bool m_waitedHasBeenSet =
false;
133 bool m_elapsedHasBeenSet =
false;
134 bool m_stateHasBeenSet =
false;
QueryState GetState() const
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
bool StateHasBeenSet() const
const Aws::String & GetQueryString() const
const Aws::String & GetId() const
QuerySummary & WithId(IdT &&value)
bool WaitedHasBeenSet() const
QuerySummary & WithElapsed(int value)
bool ElapsedHasBeenSet() const
void SetQueryString(QueryStringT &&value)
QuerySummary & WithState(QueryState value)
AWS_NEPTUNEGRAPH_API QuerySummary()=default
bool QueryStringHasBeenSet() const
QuerySummary & WithQueryString(QueryStringT &&value)
void SetState(QueryState value)
QuerySummary & WithWaited(int value)
void SetWaited(int value)
AWS_NEPTUNEGRAPH_API QuerySummary(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEGRAPH_API QuerySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetElapsed(int value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue