AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
Eirp.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/EirpUnits.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace GroundStation
22{
23namespace Model
24{
25
31 class Eirp
32 {
33 public:
34 AWS_GROUNDSTATION_API Eirp() = default;
35 AWS_GROUNDSTATION_API Eirp(Aws::Utils::Json::JsonView jsonValue);
36 AWS_GROUNDSTATION_API Eirp& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline EirpUnits GetUnits() const { return m_units; }
45 inline bool UnitsHasBeenSet() const { return m_unitsHasBeenSet; }
46 inline void SetUnits(EirpUnits value) { m_unitsHasBeenSet = true; m_units = value; }
47 inline Eirp& WithUnits(EirpUnits value) { SetUnits(value); return *this;}
49
51
54 inline double GetValue() const { return m_value; }
55 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
56 inline void SetValue(double value) { m_valueHasBeenSet = true; m_value = value; }
57 inline Eirp& WithValue(double value) { SetValue(value); return *this;}
59 private:
60
62 bool m_unitsHasBeenSet = false;
63
64 double m_value{0.0};
65 bool m_valueHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace GroundStation
70} // namespace Aws
bool ValueHasBeenSet() const
Definition Eirp.h:55
AWS_GROUNDSTATION_API Eirp()=default
Eirp & WithUnits(EirpUnits value)
Definition Eirp.h:47
bool UnitsHasBeenSet() const
Definition Eirp.h:45
AWS_GROUNDSTATION_API Eirp & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(double value)
Definition Eirp.h:56
double GetValue() const
Definition Eirp.h:54
EirpUnits GetUnits() const
Definition Eirp.h:44
Eirp & WithValue(double value)
Definition Eirp.h:57
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUnits(EirpUnits value)
Definition Eirp.h:46
AWS_GROUNDSTATION_API Eirp(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue