7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace LocationService
51 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
72 inline void SetPlaceId(
const char* value) { m_placeIdHasBeenSet =
true; m_placeId.assign(value); }
115 bool m_textHasBeenSet =
false;
118 bool m_placeIdHasBeenSet =
false;
121 bool m_categoriesHasBeenSet =
false;
124 bool m_supplementalCategoriesHasBeenSet =
false;
SearchForSuggestionsResult & AddSupplementalCategories(Aws::String &&value)
void SetPlaceId(const char *value)
void SetSupplementalCategories(Aws::Vector< Aws::String > &&value)
SearchForSuggestionsResult & AddCategories(Aws::String &&value)
void SetCategories(Aws::Vector< Aws::String > &&value)
bool CategoriesHasBeenSet() const
void SetPlaceId(Aws::String &&value)
void SetText(const Aws::String &value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetText() const
bool TextHasBeenSet() const
void SetPlaceId(const Aws::String &value)
AWS_LOCATIONSERVICE_API SearchForSuggestionsResult & operator=(Aws::Utils::Json::JsonView jsonValue)
SearchForSuggestionsResult & AddSupplementalCategories(const char *value)
SearchForSuggestionsResult & WithCategories(const Aws::Vector< Aws::String > &value)
void SetSupplementalCategories(const Aws::Vector< Aws::String > &value)
SearchForSuggestionsResult & WithSupplementalCategories(Aws::Vector< Aws::String > &&value)
SearchForSuggestionsResult & WithText(const char *value)
void SetText(const char *value)
SearchForSuggestionsResult & WithPlaceId(const char *value)
SearchForSuggestionsResult & WithCategories(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetCategories() const
SearchForSuggestionsResult & WithText(const Aws::String &value)
SearchForSuggestionsResult & WithPlaceId(Aws::String &&value)
SearchForSuggestionsResult & AddCategories(const char *value)
void SetText(Aws::String &&value)
AWS_LOCATIONSERVICE_API SearchForSuggestionsResult(Aws::Utils::Json::JsonView jsonValue)
SearchForSuggestionsResult & WithSupplementalCategories(const Aws::Vector< Aws::String > &value)
SearchForSuggestionsResult & WithText(Aws::String &&value)
SearchForSuggestionsResult & AddSupplementalCategories(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSupplementalCategories() const
const Aws::String & GetPlaceId() const
void SetCategories(const Aws::Vector< Aws::String > &value)
bool PlaceIdHasBeenSet() const
AWS_LOCATIONSERVICE_API SearchForSuggestionsResult()
SearchForSuggestionsResult & WithPlaceId(const Aws::String &value)
SearchForSuggestionsResult & AddCategories(const Aws::String &value)
bool SupplementalCategoriesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue