AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
WcdmaLocalId.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 WcdmaLocalId() = default;
28 AWS_IOTWIRELESS_API WcdmaLocalId(Aws::Utils::Json::JsonView jsonValue);
29 AWS_IOTWIRELESS_API WcdmaLocalId& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline int GetUarfcndl() const { return m_uarfcndl; }
37 inline bool UarfcndlHasBeenSet() const { return m_uarfcndlHasBeenSet; }
38 inline void SetUarfcndl(int value) {
39 m_uarfcndlHasBeenSet = true;
40 m_uarfcndl = value;
41 }
42 inline WcdmaLocalId& WithUarfcndl(int value) {
43 SetUarfcndl(value);
44 return *this;
45 }
47
49
52 inline int GetPsc() const { return m_psc; }
53 inline bool PscHasBeenSet() const { return m_pscHasBeenSet; }
54 inline void SetPsc(int value) {
55 m_pscHasBeenSet = true;
56 m_psc = value;
57 }
58 inline WcdmaLocalId& WithPsc(int value) {
59 SetPsc(value);
60 return *this;
61 }
63 private:
64 int m_uarfcndl{0};
65
66 int m_psc{0};
67 bool m_uarfcndlHasBeenSet = false;
68 bool m_pscHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace IoTWireless
73} // namespace Aws
WcdmaLocalId & WithUarfcndl(int value)
AWS_IOTWIRELESS_API WcdmaLocalId()=default
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::Utils::Json::JsonValue JsonValue