AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
WcdmaLocalId.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 WcdmaLocalId();
34 AWS_IOTWIRELESS_API WcdmaLocalId(Aws::Utils::Json::JsonView jsonValue);
35 AWS_IOTWIRELESS_API WcdmaLocalId& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetUarfcndl() const{ return m_uarfcndl; }
44 inline bool UarfcndlHasBeenSet() const { return m_uarfcndlHasBeenSet; }
45 inline void SetUarfcndl(int value) { m_uarfcndlHasBeenSet = true; m_uarfcndl = value; }
46 inline WcdmaLocalId& WithUarfcndl(int value) { SetUarfcndl(value); return *this;}
48
50
53 inline int GetPsc() const{ return m_psc; }
54 inline bool PscHasBeenSet() const { return m_pscHasBeenSet; }
55 inline void SetPsc(int value) { m_pscHasBeenSet = true; m_psc = value; }
56 inline WcdmaLocalId& WithPsc(int value) { SetPsc(value); return *this;}
58 private:
59
60 int m_uarfcndl;
61 bool m_uarfcndlHasBeenSet = false;
62
63 int m_psc;
64 bool m_pscHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace IoTWireless
69} // namespace Aws
WcdmaLocalId & WithUarfcndl(int value)
WcdmaLocalId & WithPsc(int value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API WcdmaLocalId(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API WcdmaLocalId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API WcdmaLocalId()
Aws::Utils::Json::JsonValue JsonValue