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