7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 inline void SetContinentCode(
const char* value) { m_continentCodeHasBeenSet =
true; m_continentCode.assign(value); }
74 inline void SetCountryCode(
const char* value) { m_countryCodeHasBeenSet =
true; m_countryCode.assign(value); }
94 inline void SetSubdivisionCode(
const char* value) { m_subdivisionCodeHasBeenSet =
true; m_subdivisionCode.assign(value); }
102 bool m_continentCodeHasBeenSet =
false;
105 bool m_countryCodeHasBeenSet =
false;
108 bool m_subdivisionCodeHasBeenSet =
false;
bool CountryCodeHasBeenSet() const
GeoLocation & WithSubdivisionCode(const char *value)
AWS_ROUTE53_API GeoLocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSubdivisionCode(const Aws::String &value)
GeoLocation & WithSubdivisionCode(const Aws::String &value)
void SetCountryCode(Aws::String &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_ROUTE53_API GeoLocation()
GeoLocation & WithCountryCode(Aws::String &&value)
void SetContinentCode(const Aws::String &value)
void SetContinentCode(const char *value)
const Aws::String & GetContinentCode() const
void SetContinentCode(Aws::String &&value)
GeoLocation & WithContinentCode(const char *value)
AWS_ROUTE53_API GeoLocation(const Aws::Utils::Xml::XmlNode &xmlNode)
GeoLocation & WithSubdivisionCode(Aws::String &&value)
GeoLocation & WithContinentCode(const Aws::String &value)
bool SubdivisionCodeHasBeenSet() const
const Aws::String & GetSubdivisionCode() const
void SetSubdivisionCode(Aws::String &&value)
void SetCountryCode(const Aws::String &value)
GeoLocation & WithCountryCode(const char *value)
bool ContinentCodeHasBeenSet() const
void SetCountryCode(const char *value)
GeoLocation & WithContinentCode(Aws::String &&value)
const Aws::String & GetCountryCode() const
void SetSubdivisionCode(const char *value)
GeoLocation & WithCountryCode(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String