81 inline void SetContinentCode(
const char* value) { m_continentCodeHasBeenSet =
true; m_continentCode.assign(value); }
143 inline void SetCountryCode(
const char* value) { m_countryCodeHasBeenSet =
true; m_countryCode.assign(value); }
199 inline void SetSubdivisionCode(
const char* value) { m_subdivisionCodeHasBeenSet =
true; m_subdivisionCode.assign(value); }
227 bool m_continentCodeHasBeenSet;
229 bool m_countryCodeHasBeenSet;
231 bool m_subdivisionCodeHasBeenSet;
GetGeoLocationRequest & WithCountryCode(Aws::String &&value)
GetGeoLocationRequest & WithContinentCode(Aws::String &&value)
const Aws::String & GetCountryCode() const
void SetContinentCode(Aws::String &&value)
GetGeoLocationRequest & WithCountryCode(const Aws::String &value)
void SetCountryCode(Aws::String &&value)
void SetSubdivisionCode(const Aws::String &value)
GetGeoLocationRequest & WithSubdivisionCode(const Aws::String &value)
const Aws::String & GetContinentCode() const
void SetContinentCode(const Aws::String &value)
GetGeoLocationRequest & WithContinentCode(const char *value)
GetGeoLocationRequest & WithSubdivisionCode(Aws::String &&value)
void SetContinentCode(const char *value)
GetGeoLocationRequest & WithContinentCode(const Aws::String &value)
void SetSubdivisionCode(const char *value)
void SetSubdivisionCode(Aws::String &&value)
GetGeoLocationRequest & WithCountryCode(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetSubdivisionCode() const
void SetCountryCode(const Aws::String &value)
void SetCountryCode(const char *value)
GetGeoLocationRequest & WithSubdivisionCode(const char *value)
JSON (JavaScript Object Notation).