AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TdscdmaLocalId.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
31 {
32 public:
33 AWS_IOTWIRELESS_API TdscdmaLocalId();
34 AWS_IOTWIRELESS_API TdscdmaLocalId(Aws::Utils::Json::JsonView jsonValue);
35 AWS_IOTWIRELESS_API TdscdmaLocalId& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetUarfcn() const{ return m_uarfcn; }
45 inline bool UarfcnHasBeenSet() const { return m_uarfcnHasBeenSet; }
46 inline void SetUarfcn(int value) { m_uarfcnHasBeenSet = true; m_uarfcn = value; }
47 inline TdscdmaLocalId& WithUarfcn(int value) { SetUarfcn(value); return *this;}
49
51
54 inline int GetCellParams() const{ return m_cellParams; }
55 inline bool CellParamsHasBeenSet() const { return m_cellParamsHasBeenSet; }
56 inline void SetCellParams(int value) { m_cellParamsHasBeenSet = true; m_cellParams = value; }
57 inline TdscdmaLocalId& WithCellParams(int value) { SetCellParams(value); return *this;}
59 private:
60
61 int m_uarfcn;
62 bool m_uarfcnHasBeenSet = false;
63
64 int m_cellParams;
65 bool m_cellParamsHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace IoTWireless
70} // namespace Aws
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