AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
WcdmaNmrObj.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IoTWireless
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_IOTWIRELESS_API WcdmaNmrObj();
33 AWS_IOTWIRELESS_API WcdmaNmrObj(Aws::Utils::Json::JsonView jsonValue);
34 AWS_IOTWIRELESS_API WcdmaNmrObj& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetUarfcndl() const{ return m_uarfcndl; }
43 inline bool UarfcndlHasBeenSet() const { return m_uarfcndlHasBeenSet; }
44 inline void SetUarfcndl(int value) { m_uarfcndlHasBeenSet = true; m_uarfcndl = value; }
45 inline WcdmaNmrObj& WithUarfcndl(int value) { SetUarfcndl(value); return *this;}
47
49
52 inline int GetPsc() const{ return m_psc; }
53 inline bool PscHasBeenSet() const { return m_pscHasBeenSet; }
54 inline void SetPsc(int value) { m_pscHasBeenSet = true; m_psc = value; }
55 inline WcdmaNmrObj& WithPsc(int value) { SetPsc(value); return *this;}
57
59
62 inline int GetUtranCid() const{ return m_utranCid; }
63 inline bool UtranCidHasBeenSet() const { return m_utranCidHasBeenSet; }
64 inline void SetUtranCid(int value) { m_utranCidHasBeenSet = true; m_utranCid = value; }
65 inline WcdmaNmrObj& WithUtranCid(int value) { SetUtranCid(value); return *this;}
67
69
72 inline int GetRscp() const{ return m_rscp; }
73 inline bool RscpHasBeenSet() const { return m_rscpHasBeenSet; }
74 inline void SetRscp(int value) { m_rscpHasBeenSet = true; m_rscp = value; }
75 inline WcdmaNmrObj& WithRscp(int value) { SetRscp(value); return *this;}
77
79
83 inline int GetPathLoss() const{ return m_pathLoss; }
84 inline bool PathLossHasBeenSet() const { return m_pathLossHasBeenSet; }
85 inline void SetPathLoss(int value) { m_pathLossHasBeenSet = true; m_pathLoss = value; }
86 inline WcdmaNmrObj& WithPathLoss(int value) { SetPathLoss(value); return *this;}
88 private:
89
90 int m_uarfcndl;
91 bool m_uarfcndlHasBeenSet = false;
92
93 int m_psc;
94 bool m_pscHasBeenSet = false;
95
96 int m_utranCid;
97 bool m_utranCidHasBeenSet = false;
98
99 int m_rscp;
100 bool m_rscpHasBeenSet = false;
101
102 int m_pathLoss;
103 bool m_pathLossHasBeenSet = false;
104 };
105
106} // namespace Model
107} // namespace IoTWireless
108} // namespace Aws
AWS_IOTWIRELESS_API WcdmaNmrObj()
AWS_IOTWIRELESS_API WcdmaNmrObj(Aws::Utils::Json::JsonView jsonValue)
WcdmaNmrObj & WithRscp(int value)
Definition WcdmaNmrObj.h:75
WcdmaNmrObj & WithPathLoss(int value)
Definition WcdmaNmrObj.h:86
WcdmaNmrObj & WithUtranCid(int value)
Definition WcdmaNmrObj.h:65
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
WcdmaNmrObj & WithPsc(int value)
Definition WcdmaNmrObj.h:55
WcdmaNmrObj & WithUarfcndl(int value)
Definition WcdmaNmrObj.h:45
AWS_IOTWIRELESS_API WcdmaNmrObj & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue