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>
54 inline void SetQueryId(
const char* value) { m_queryIdHasBeenSet =
true; m_queryId.assign(value); }
76 bool m_queryIdHasBeenSet =
false;
79 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
void SetQueryId(const Aws::String &value)
SuggestQueryResult & WithQueryId(Aws::String &&value)
void SetQueryId(const char *value)
const QueryType & GetQueryType() const
SuggestQueryResult & WithQueryId(const char *value)
AWS_GEOPLACES_API SuggestQueryResult(Aws::Utils::Json::JsonView jsonValue)
SuggestQueryResult & WithQueryType(const QueryType &value)
void SetQueryType(QueryType &&value)
void SetQueryType(const QueryType &value)
const Aws::String & GetQueryId() const
AWS_GEOPLACES_API SuggestQueryResult()
void SetQueryId(Aws::String &&value)
bool QueryIdHasBeenSet() const
SuggestQueryResult & WithQueryId(const Aws::String &value)
SuggestQueryResult & WithQueryType(QueryType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue