30 namespace CloudSearchDomain
65 inline void SetQuery(
const char* value) { m_queryHasBeenSet =
true; m_query.assign(value); }
85 inline long long GetFound()
const{
return m_found; }
90 inline void SetFound(
long long value) { m_foundHasBeenSet =
true; m_found = value; }
134 bool m_queryHasBeenSet;
136 bool m_foundHasBeenSet;
138 bool m_suggestionsHasBeenSet;
SuggestModel & WithSuggestions(Aws::Vector< SuggestionMatch > &&value)
const Aws::Vector< SuggestionMatch > & GetSuggestions() const
void SetSuggestions(Aws::Vector< SuggestionMatch > &&value)
void SetSuggestions(const Aws::Vector< SuggestionMatch > &value)
SuggestModel & WithQuery(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
void SetFound(long long value)
void SetQuery(const Aws::String &value)
SuggestModel & WithSuggestions(const Aws::Vector< SuggestionMatch > &value)
void SetQuery(Aws::String &&value)
long long GetFound() const
#define AWS_CLOUDSEARCHDOMAIN_API
const Aws::String & GetQuery() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
SuggestModel & WithQuery(const char *value)
void SetQuery(const char *value)
SuggestModel & AddSuggestions(const SuggestionMatch &value)
SuggestModel & WithFound(long long value)
SuggestModel & AddSuggestions(SuggestionMatch &&value)
SuggestModel & WithQuery(const Aws::String &value)
JSON (JavaScript Object Notation).