7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetLatitude(
const char* value) { m_latitudeHasBeenSet =
true; m_latitude.assign(value); }
65 inline void SetLongitude(
const char* value) { m_longitudeHasBeenSet =
true; m_longitude.assign(value); }
73 bool m_latitudeHasBeenSet =
false;
76 bool m_longitudeHasBeenSet =
false;
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetLongitude(const Aws::String &value)
void SetLatitude(const Aws::String &value)
AWS_ROUTE53_API Coordinates & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool LongitudeHasBeenSet() const
Coordinates & WithLongitude(const Aws::String &value)
void SetLongitude(const char *value)
Coordinates & WithLatitude(const char *value)
Coordinates & WithLatitude(const Aws::String &value)
void SetLongitude(Aws::String &&value)
void SetLatitude(Aws::String &&value)
AWS_ROUTE53_API Coordinates(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLatitude(const char *value)
const Aws::String & GetLongitude() const
const Aws::String & GetLatitude() const
bool LatitudeHasBeenSet() const
Coordinates & WithLongitude(Aws::String &&value)
Coordinates & WithLongitude(const char *value)
AWS_ROUTE53_API Coordinates()
Coordinates & WithLatitude(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String