7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
42 template <
typename ContinentCodeT = Aws::String>
44 m_continentCodeHasBeenSet =
true;
45 m_continentCode = std::forward<ContinentCodeT>(value);
47 template <
typename ContinentCodeT = Aws::String>
60 template <
typename ContinentNameT = Aws::String>
62 m_continentNameHasBeenSet =
true;
63 m_continentName = std::forward<ContinentNameT>(value);
65 template <
typename ContinentNameT = Aws::String>
78 template <
typename CountryCodeT = Aws::String>
80 m_countryCodeHasBeenSet =
true;
81 m_countryCode = std::forward<CountryCodeT>(value);
83 template <
typename CountryCodeT = Aws::String>
96 template <
typename CountryNameT = Aws::String>
98 m_countryNameHasBeenSet =
true;
99 m_countryName = std::forward<CountryNameT>(value);
101 template <
typename CountryNameT = Aws::String>
120 template <
typename SubdivisionCodeT = Aws::String>
122 m_subdivisionCodeHasBeenSet =
true;
123 m_subdivisionCode = std::forward<SubdivisionCodeT>(value);
125 template <
typename SubdivisionCodeT = Aws::String>
139 template <
typename SubdivisionNameT = Aws::String>
141 m_subdivisionNameHasBeenSet =
true;
142 m_subdivisionName = std::forward<SubdivisionNameT>(value);
144 template <
typename SubdivisionNameT = Aws::String>
152 bool m_continentCodeHasBeenSet =
false;
155 bool m_continentNameHasBeenSet =
false;
158 bool m_countryCodeHasBeenSet =
false;
161 bool m_countryNameHasBeenSet =
false;
164 bool m_subdivisionCodeHasBeenSet =
false;
167 bool m_subdivisionNameHasBeenSet =
false;
bool CountryCodeHasBeenSet() const
const Aws::String & GetCountryCode() const
GeoLocationDetails & WithContinentName(ContinentNameT &&value)
GeoLocationDetails & WithSubdivisionName(SubdivisionNameT &&value)
GeoLocationDetails & WithCountryName(CountryNameT &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetSubdivisionName() const
AWS_ROUTE53_API GeoLocationDetails(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetCountryName() const
void SetContinentCode(ContinentCodeT &&value)
void SetSubdivisionCode(SubdivisionCodeT &&value)
void SetContinentName(ContinentNameT &&value)
AWS_ROUTE53_API GeoLocationDetails & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetContinentCode() const
void SetSubdivisionName(SubdivisionNameT &&value)
GeoLocationDetails & WithCountryCode(CountryCodeT &&value)
bool CountryNameHasBeenSet() const
GeoLocationDetails & WithSubdivisionCode(SubdivisionCodeT &&value)
const Aws::String & GetSubdivisionCode() const
GeoLocationDetails & WithContinentCode(ContinentCodeT &&value)
bool ContinentCodeHasBeenSet() const
AWS_ROUTE53_API GeoLocationDetails()=default
bool SubdivisionNameHasBeenSet() const
bool ContinentNameHasBeenSet() const
bool SubdivisionCodeHasBeenSet() const
const Aws::String & GetContinentName() const
void SetCountryName(CountryNameT &&value)
void SetCountryCode(CountryCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String