7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
48 template <
typename ContinentCodeT = Aws::String>
50 m_continentCodeHasBeenSet =
true;
51 m_continentCode = std::forward<ContinentCodeT>(value);
53 template <
typename ContinentCodeT = Aws::String>
70 template <
typename CountryCodeT = Aws::String>
72 m_countryCodeHasBeenSet =
true;
73 m_countryCode = std::forward<CountryCodeT>(value);
75 template <
typename CountryCodeT = Aws::String>
94 template <
typename SubdivisionCodeT = Aws::String>
96 m_subdivisionCodeHasBeenSet =
true;
97 m_subdivisionCode = std::forward<SubdivisionCodeT>(value);
99 template <
typename SubdivisionCodeT = Aws::String>
111 bool m_continentCodeHasBeenSet =
false;
112 bool m_countryCodeHasBeenSet =
false;
113 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