7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LatitudeT = Aws::String>
49 void SetLatitude(LatitudeT&& value) { m_latitudeHasBeenSet =
true; m_latitude = std::forward<LatitudeT>(value); }
50 template<
typename LatitudeT = Aws::String>
61 template<
typename LongitudeT = Aws::String>
62 void SetLongitude(LongitudeT&& value) { m_longitudeHasBeenSet =
true; m_longitude = std::forward<LongitudeT>(value); }
63 template<
typename LongitudeT = Aws::String>
69 bool m_latitudeHasBeenSet =
false;
72 bool m_longitudeHasBeenSet =
false;
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
Coordinates & WithLongitude(LongitudeT &&value)
void SetLongitude(LongitudeT &&value)
AWS_ROUTE53_API Coordinates & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool LongitudeHasBeenSet() const
Coordinates & WithLatitude(LatitudeT &&value)
AWS_ROUTE53_API Coordinates(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetLongitude() const
const Aws::String & GetLatitude() const
void SetLatitude(LatitudeT &&value)
bool LatitudeHasBeenSet() const
AWS_ROUTE53_API Coordinates()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String