7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetCountry(
const char* value) { m_countryHasBeenSet =
true; m_country.assign(value); }
63 inline void SetAreaCode(
const char* value) { m_areaCodeHasBeenSet =
true; m_areaCode.assign(value); }
71 bool m_countryHasBeenSet =
false;
74 bool m_areaCodeHasBeenSet =
false;
GeoMatchParams & WithAreaCode(Aws::String &&value)
GeoMatchParams & WithCountry(const char *value)
GeoMatchParams & WithCountry(const Aws::String &value)
bool CountryHasBeenSet() const
AWS_CHIME_API GeoMatchParams & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAreaCode() const
void SetAreaCode(Aws::String &&value)
void SetCountry(const Aws::String &value)
AWS_CHIME_API GeoMatchParams(Aws::Utils::Json::JsonView jsonValue)
GeoMatchParams & WithCountry(Aws::String &&value)
GeoMatchParams & WithAreaCode(const Aws::String &value)
const Aws::String & GetCountry() const
bool AreaCodeHasBeenSet() const
void SetAreaCode(const char *value)
GeoMatchParams & WithAreaCode(const char *value)
void SetCountry(const char *value)
void SetAreaCode(const Aws::String &value)
AWS_CHIME_API GeoMatchParams()
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCountry(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue