7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/AngleUnits.h>
21namespace GroundStation
48 inline void SetUnit(
AngleUnits&& value) { m_unitHasBeenSet =
true; m_unit = std::move(value); }
57 inline double GetValue()
const{
return m_value; }
59 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
65 bool m_unitHasBeenSet =
false;
68 bool m_valueHasBeenSet =
false;
Elevation & WithUnit(const AngleUnits &value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
Elevation & WithValue(double value)
void SetValue(double value)
AWS_GROUNDSTATION_API Elevation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Elevation()
bool UnitHasBeenSet() const
bool ValueHasBeenSet() const
void SetUnit(AngleUnits &&value)
Elevation & WithUnit(AngleUnits &&value)
AWS_GROUNDSTATION_API Elevation(Aws::Utils::Json::JsonView jsonValue)
const AngleUnits & GetUnit() const
void SetUnit(const AngleUnits &value)
Aws::Utils::Json::JsonValue JsonValue