AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
GlobalIdentity.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
25 public:
26 AWS_IOTWIRELESS_API GlobalIdentity() = default;
27 AWS_IOTWIRELESS_API GlobalIdentity(Aws::Utils::Json::JsonView jsonValue);
28 AWS_IOTWIRELESS_API GlobalIdentity& operator=(Aws::Utils::Json::JsonView jsonValue);
29 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline int GetLac() const { return m_lac; }
36 inline bool LacHasBeenSet() const { return m_lacHasBeenSet; }
37 inline void SetLac(int value) {
38 m_lacHasBeenSet = true;
39 m_lac = value;
40 }
41 inline GlobalIdentity& WithLac(int value) {
42 SetLac(value);
43 return *this;
44 }
46
48
51 inline int GetGeranCid() const { return m_geranCid; }
52 inline bool GeranCidHasBeenSet() const { return m_geranCidHasBeenSet; }
53 inline void SetGeranCid(int value) {
54 m_geranCidHasBeenSet = true;
55 m_geranCid = value;
56 }
57 inline GlobalIdentity& WithGeranCid(int value) {
58 SetGeranCid(value);
59 return *this;
60 }
62 private:
63 int m_lac{0};
64
65 int m_geranCid{0};
66 bool m_lacHasBeenSet = false;
67 bool m_geranCidHasBeenSet = false;
68};
69
70} // namespace Model
71} // namespace IoTWireless
72} // namespace Aws
AWS_IOTWIRELESS_API GlobalIdentity()=default
AWS_IOTWIRELESS_API GlobalIdentity(Aws::Utils::Json::JsonView jsonValue)
GlobalIdentity & WithGeranCid(int value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API GlobalIdentity & operator=(Aws::Utils::Json::JsonView jsonValue)
GlobalIdentity & WithLac(int value)
Aws::Utils::Json::JsonValue JsonValue