AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
GsmLocalId.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace IoTWireless {
17namespace Model {
18
26 public:
27 AWS_IOTWIRELESS_API GsmLocalId() = default;
28 AWS_IOTWIRELESS_API GsmLocalId(Aws::Utils::Json::JsonView jsonValue);
29 AWS_IOTWIRELESS_API GsmLocalId& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline int GetBsic() const { return m_bsic; }
37 inline bool BsicHasBeenSet() const { return m_bsicHasBeenSet; }
38 inline void SetBsic(int value) {
39 m_bsicHasBeenSet = true;
40 m_bsic = value;
41 }
42 inline GsmLocalId& WithBsic(int value) {
43 SetBsic(value);
44 return *this;
45 }
47
49
52 inline int GetBcch() const { return m_bcch; }
53 inline bool BcchHasBeenSet() const { return m_bcchHasBeenSet; }
54 inline void SetBcch(int value) {
55 m_bcchHasBeenSet = true;
56 m_bcch = value;
57 }
58 inline GsmLocalId& WithBcch(int value) {
59 SetBcch(value);
60 return *this;
61 }
63 private:
64 int m_bsic{0};
65
66 int m_bcch{0};
67 bool m_bsicHasBeenSet = false;
68 bool m_bcchHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace IoTWireless
73} // namespace Aws
AWS_IOTWIRELESS_API GsmLocalId()=default
GsmLocalId & WithBsic(int value)
Definition GsmLocalId.h:42
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:58
Aws::Utils::Json::JsonValue JsonValue