7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/EirpUnits.h>
21namespace GroundStation
34 AWS_GROUNDSTATION_API
Eirp();
47 inline void SetUnits(
EirpUnits&& value) { m_unitsHasBeenSet =
true; m_units = std::move(value); }
56 inline double GetValue()
const{
return m_value; }
58 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
64 bool m_unitsHasBeenSet =
false;
67 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
bool UnitsHasBeenSet() const
AWS_GROUNDSTATION_API Eirp & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(double value)
Eirp & WithUnits(EirpUnits &&value)
const EirpUnits & GetUnits() const
void SetUnits(const EirpUnits &value)
Eirp & WithUnits(const EirpUnits &value)
Eirp & WithValue(double value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API Eirp(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Eirp()
void SetUnits(EirpUnits &&value)
Aws::Utils::Json::JsonValue JsonValue