7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
9#include <aws/geo-places/model/QueryType.h>
47 template <
typename QueryIdT = Aws::String>
49 m_queryIdHasBeenSet =
true;
50 m_queryId = std::forward<QueryIdT>(value);
52 template <
typename QueryIdT = Aws::String>
68 m_queryTypeHasBeenSet =
true;
80 bool m_queryIdHasBeenSet =
false;
81 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