53 inline void SetLatitude(
double value) { m_latitudeHasBeenSet =
true; m_latitude = value; }
68 inline void SetLongitude(
double value) { m_longitudeHasBeenSet =
true; m_longitude = value; }
77 bool m_latitudeHasBeenSet;
79 bool m_longitudeHasBeenSet;
#define AWS_DEVICEFARM_API
Location & WithLatitude(double value)
double GetLatitude() const
void SetLatitude(double value)
double GetLongitude() const
void SetLongitude(double value)
Location & WithLongitude(double value)
JSON (JavaScript Object Notation).