AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
LteLocalId.h
1
6#pragma once
7#include <aws/location/LocationService_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace LocationService {
17namespace Model {
18
26 public:
27 AWS_LOCATIONSERVICE_API LteLocalId() = default;
28 AWS_LOCATIONSERVICE_API LteLocalId(Aws::Utils::Json::JsonView jsonValue);
29 AWS_LOCATIONSERVICE_API LteLocalId& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetEarfcn() const { return m_earfcn; }
38 inline bool EarfcnHasBeenSet() const { return m_earfcnHasBeenSet; }
39 inline void SetEarfcn(int value) {
40 m_earfcnHasBeenSet = true;
41 m_earfcn = value;
42 }
43 inline LteLocalId& WithEarfcn(int value) {
44 SetEarfcn(value);
45 return *this;
46 }
48
50
53 inline int GetPci() const { return m_pci; }
54 inline bool PciHasBeenSet() const { return m_pciHasBeenSet; }
55 inline void SetPci(int value) {
56 m_pciHasBeenSet = true;
57 m_pci = value;
58 }
59 inline LteLocalId& WithPci(int value) {
60 SetPci(value);
61 return *this;
62 }
64 private:
65 int m_earfcn{0};
66
67 int m_pci{0};
68 bool m_earfcnHasBeenSet = false;
69 bool m_pciHasBeenSet = false;
70};
71
72} // namespace Model
73} // namespace LocationService
74} // namespace Aws
AWS_LOCATIONSERVICE_API LteLocalId(Aws::Utils::Json::JsonView jsonValue)
LteLocalId & WithPci(int value)
Definition LteLocalId.h:59
AWS_LOCATIONSERVICE_API LteLocalId()=default
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:43
Aws::Utils::Json::JsonValue JsonValue