AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LteLocalId.h
1
6#pragma once
7#include <aws/location/LocationService_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 LocationService
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_LOCATIONSERVICE_API LteLocalId();
34 AWS_LOCATIONSERVICE_API LteLocalId(Aws::Utils::Json::JsonView jsonValue);
35 AWS_LOCATIONSERVICE_API LteLocalId& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetEarfcn() const{ return m_earfcn; }
45 inline bool EarfcnHasBeenSet() const { return m_earfcnHasBeenSet; }
46 inline void SetEarfcn(int value) { m_earfcnHasBeenSet = true; m_earfcn = value; }
47 inline LteLocalId& WithEarfcn(int value) { SetEarfcn(value); return *this;}
49
51
54 inline int GetPci() const{ return m_pci; }
55 inline bool PciHasBeenSet() const { return m_pciHasBeenSet; }
56 inline void SetPci(int value) { m_pciHasBeenSet = true; m_pci = value; }
57 inline LteLocalId& WithPci(int value) { SetPci(value); return *this;}
59 private:
60
61 int m_earfcn;
62 bool m_earfcnHasBeenSet = false;
63
64 int m_pci;
65 bool m_pciHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace LocationService
70} // namespace Aws
AWS_LOCATIONSERVICE_API LteLocalId(Aws::Utils::Json::JsonView jsonValue)
LteLocalId & WithPci(int value)
Definition LteLocalId.h:57
AWS_LOCATIONSERVICE_API LteLocalId()
AWS_LOCATIONSERVICE_API LteLocalId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
LteLocalId & WithEarfcn(int value)
Definition LteLocalId.h:47
Aws::Utils::Json::JsonValue JsonValue