7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-places/model/QueryType.h>
53 template<
typename QueryIdT = Aws::String>
54 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
55 template<
typename QueryIdT = Aws::String>
73 bool m_queryIdHasBeenSet =
false;
76 bool m_queryTypeHasBeenSet =
false;
AWS_GEOPLACES_API SuggestQueryResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
bool QueryTypeHasBeenSet() const
SuggestQueryResult & WithQueryId(QueryIdT &&value)
QueryType GetQueryType() const
AWS_GEOPLACES_API SuggestQueryResult(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API SuggestQueryResult()=default
void SetQueryId(QueryIdT &&value)
void SetQueryType(QueryType value)
const Aws::String & GetQueryId() const
SuggestQueryResult & WithQueryType(QueryType value)
bool QueryIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue