AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
TdscdmaLocalId.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 TdscdmaLocalId() = default;
28 AWS_IOTWIRELESS_API TdscdmaLocalId(Aws::Utils::Json::JsonView jsonValue);
29 AWS_IOTWIRELESS_API TdscdmaLocalId& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetUarfcn() const { return m_uarfcn; }
38 inline bool UarfcnHasBeenSet() const { return m_uarfcnHasBeenSet; }
39 inline void SetUarfcn(int value) {
40 m_uarfcnHasBeenSet = true;
41 m_uarfcn = value;
42 }
43 inline TdscdmaLocalId& WithUarfcn(int value) {
44 SetUarfcn(value);
45 return *this;
46 }
48
50
53 inline int GetCellParams() const { return m_cellParams; }
54 inline bool CellParamsHasBeenSet() const { return m_cellParamsHasBeenSet; }
55 inline void SetCellParams(int value) {
56 m_cellParamsHasBeenSet = true;
57 m_cellParams = value;
58 }
59 inline TdscdmaLocalId& WithCellParams(int value) {
60 SetCellParams(value);
61 return *this;
62 }
64 private:
65 int m_uarfcn{0};
66
67 int m_cellParams{0};
68 bool m_uarfcnHasBeenSet = false;
69 bool m_cellParamsHasBeenSet = false;
70};
71
72} // namespace Model
73} // namespace IoTWireless
74} // namespace Aws
AWS_IOTWIRELESS_API TdscdmaLocalId()=default
AWS_IOTWIRELESS_API TdscdmaLocalId(Aws::Utils::Json::JsonView jsonValue)
TdscdmaLocalId & WithUarfcn(int value)
TdscdmaLocalId & WithCellParams(int value)
AWS_IOTWIRELESS_API TdscdmaLocalId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue