AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GsmLocalId.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
31 {
32 public:
33 AWS_IOTWIRELESS_API GsmLocalId();
34 AWS_IOTWIRELESS_API GsmLocalId(Aws::Utils::Json::JsonView jsonValue);
35 AWS_IOTWIRELESS_API GsmLocalId& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetBsic() const{ return m_bsic; }
44 inline bool BsicHasBeenSet() const { return m_bsicHasBeenSet; }
45 inline void SetBsic(int value) { m_bsicHasBeenSet = true; m_bsic = value; }
46 inline GsmLocalId& WithBsic(int value) { SetBsic(value); return *this;}
48
50
53 inline int GetBcch() const{ return m_bcch; }
54 inline bool BcchHasBeenSet() const { return m_bcchHasBeenSet; }
55 inline void SetBcch(int value) { m_bcchHasBeenSet = true; m_bcch = value; }
56 inline GsmLocalId& WithBcch(int value) { SetBcch(value); return *this;}
58 private:
59
60 int m_bsic;
61 bool m_bsicHasBeenSet = false;
62
63 int m_bcch;
64 bool m_bcchHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace IoTWireless
69} // namespace Aws
AWS_IOTWIRELESS_API GsmLocalId()
GsmLocalId & WithBsic(int value)
Definition GsmLocalId.h:46
AWS_IOTWIRELESS_API GsmLocalId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API GsmLocalId(Aws::Utils::Json::JsonView jsonValue)
GsmLocalId & WithBcch(int value)
Definition GsmLocalId.h:56
Aws::Utils::Json::JsonValue JsonValue