7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename ContinentCodeT = Aws::String>
55 void SetContinentCode(ContinentCodeT&& value) { m_continentCodeHasBeenSet =
true; m_continentCode = std::forward<ContinentCodeT>(value); }
56 template<
typename ContinentCodeT = Aws::String>
70 template<
typename CountryCodeT = Aws::String>
71 void SetCountryCode(CountryCodeT&& value) { m_countryCodeHasBeenSet =
true; m_countryCode = std::forward<CountryCodeT>(value); }
72 template<
typename CountryCodeT = Aws::String>
88 template<
typename SubdivisionCodeT = Aws::String>
89 void SetSubdivisionCode(SubdivisionCodeT&& value) { m_subdivisionCodeHasBeenSet =
true; m_subdivisionCode = std::forward<SubdivisionCodeT>(value); }
90 template<
typename SubdivisionCodeT = Aws::String>
96 bool m_continentCodeHasBeenSet =
false;
99 bool m_countryCodeHasBeenSet =
false;
102 bool m_subdivisionCodeHasBeenSet =
false;
bool CountryCodeHasBeenSet() const
AWS_ROUTE53_API GeoLocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSubdivisionCode(SubdivisionCodeT &&value)
GeoLocation & WithContinentCode(ContinentCodeT &&value)
void SetContinentCode(ContinentCodeT &&value)
AWS_ROUTE53_API GeoLocation()=default
void SetCountryCode(CountryCodeT &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetContinentCode() const
AWS_ROUTE53_API GeoLocation(const Aws::Utils::Xml::XmlNode &xmlNode)
GeoLocation & WithSubdivisionCode(SubdivisionCodeT &&value)
bool SubdivisionCodeHasBeenSet() const
const Aws::String & GetSubdivisionCode() const
GeoLocation & WithCountryCode(CountryCodeT &&value)
bool ContinentCodeHasBeenSet() const
const Aws::String & GetCountryCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String