7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ContinentCodeT = Aws::String>
49 void SetContinentCode(ContinentCodeT&& value) { m_continentCodeHasBeenSet =
true; m_continentCode = std::forward<ContinentCodeT>(value); }
50 template<
typename ContinentCodeT = Aws::String>
60 template<
typename ContinentNameT = Aws::String>
61 void SetContinentName(ContinentNameT&& value) { m_continentNameHasBeenSet =
true; m_continentName = std::forward<ContinentNameT>(value); }
62 template<
typename ContinentNameT = Aws::String>
72 template<
typename CountryCodeT = Aws::String>
73 void SetCountryCode(CountryCodeT&& value) { m_countryCodeHasBeenSet =
true; m_countryCode = std::forward<CountryCodeT>(value); }
74 template<
typename CountryCodeT = Aws::String>
84 template<
typename CountryNameT = Aws::String>
85 void SetCountryName(CountryNameT&& value) { m_countryNameHasBeenSet =
true; m_countryName = std::forward<CountryNameT>(value); }
86 template<
typename CountryNameT = Aws::String>
102 template<
typename SubdivisionCodeT = Aws::String>
103 void SetSubdivisionCode(SubdivisionCodeT&& value) { m_subdivisionCodeHasBeenSet =
true; m_subdivisionCode = std::forward<SubdivisionCodeT>(value); }
104 template<
typename SubdivisionCodeT = Aws::String>
115 template<
typename SubdivisionNameT = Aws::String>
116 void SetSubdivisionName(SubdivisionNameT&& value) { m_subdivisionNameHasBeenSet =
true; m_subdivisionName = std::forward<SubdivisionNameT>(value); }
117 template<
typename SubdivisionNameT = Aws::String>
123 bool m_continentCodeHasBeenSet =
false;
126 bool m_continentNameHasBeenSet =
false;
129 bool m_countryCodeHasBeenSet =
false;
132 bool m_countryNameHasBeenSet =
false;
135 bool m_subdivisionCodeHasBeenSet =
false;
138 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