AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GlobalIdentity.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 GlobalIdentity();
33 AWS_IOTWIRELESS_API GlobalIdentity(Aws::Utils::Json::JsonView jsonValue);
34 AWS_IOTWIRELESS_API GlobalIdentity& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetLac() const{ return m_lac; }
43 inline bool LacHasBeenSet() const { return m_lacHasBeenSet; }
44 inline void SetLac(int value) { m_lacHasBeenSet = true; m_lac = value; }
45 inline GlobalIdentity& WithLac(int value) { SetLac(value); return *this;}
47
49
52 inline int GetGeranCid() const{ return m_geranCid; }
53 inline bool GeranCidHasBeenSet() const { return m_geranCidHasBeenSet; }
54 inline void SetGeranCid(int value) { m_geranCidHasBeenSet = true; m_geranCid = value; }
55 inline GlobalIdentity& WithGeranCid(int value) { SetGeranCid(value); return *this;}
57 private:
58
59 int m_lac;
60 bool m_lacHasBeenSet = false;
61
62 int m_geranCid;
63 bool m_geranCidHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace IoTWireless
68} // namespace Aws
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