AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
AbpV1_0_x.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/SessionKeysAbpV1_0_x.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTWireless
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_IOTWIRELESS_API AbpV1_0_x() = default;
37 AWS_IOTWIRELESS_API AbpV1_0_x(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTWIRELESS_API AbpV1_0_x& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetDevAddr() const { return m_devAddr; }
47 inline bool DevAddrHasBeenSet() const { return m_devAddrHasBeenSet; }
48 template<typename DevAddrT = Aws::String>
49 void SetDevAddr(DevAddrT&& value) { m_devAddrHasBeenSet = true; m_devAddr = std::forward<DevAddrT>(value); }
50 template<typename DevAddrT = Aws::String>
51 AbpV1_0_x& WithDevAddr(DevAddrT&& value) { SetDevAddr(std::forward<DevAddrT>(value)); return *this;}
53
55
58 inline const SessionKeysAbpV1_0_x& GetSessionKeys() const { return m_sessionKeys; }
59 inline bool SessionKeysHasBeenSet() const { return m_sessionKeysHasBeenSet; }
60 template<typename SessionKeysT = SessionKeysAbpV1_0_x>
61 void SetSessionKeys(SessionKeysT&& value) { m_sessionKeysHasBeenSet = true; m_sessionKeys = std::forward<SessionKeysT>(value); }
62 template<typename SessionKeysT = SessionKeysAbpV1_0_x>
63 AbpV1_0_x& WithSessionKeys(SessionKeysT&& value) { SetSessionKeys(std::forward<SessionKeysT>(value)); return *this;}
65
67
70 inline int GetFCntStart() const { return m_fCntStart; }
71 inline bool FCntStartHasBeenSet() const { return m_fCntStartHasBeenSet; }
72 inline void SetFCntStart(int value) { m_fCntStartHasBeenSet = true; m_fCntStart = value; }
73 inline AbpV1_0_x& WithFCntStart(int value) { SetFCntStart(value); return *this;}
75 private:
76
77 Aws::String m_devAddr;
78 bool m_devAddrHasBeenSet = false;
79
80 SessionKeysAbpV1_0_x m_sessionKeys;
81 bool m_sessionKeysHasBeenSet = false;
82
83 int m_fCntStart{0};
84 bool m_fCntStartHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace IoTWireless
89} // namespace Aws
AWS_IOTWIRELESS_API AbpV1_0_x()=default
AWS_IOTWIRELESS_API AbpV1_0_x & operator=(Aws::Utils::Json::JsonView jsonValue)
AbpV1_0_x & WithDevAddr(DevAddrT &&value)
Definition AbpV1_0_x.h:51
void SetDevAddr(DevAddrT &&value)
Definition AbpV1_0_x.h:49
AbpV1_0_x & WithSessionKeys(SessionKeysT &&value)
Definition AbpV1_0_x.h:63
AWS_IOTWIRELESS_API AbpV1_0_x(Aws::Utils::Json::JsonView jsonValue)
const SessionKeysAbpV1_0_x & GetSessionKeys() const
Definition AbpV1_0_x.h:58
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDevAddr() const
Definition AbpV1_0_x.h:46
void SetSessionKeys(SessionKeysT &&value)
Definition AbpV1_0_x.h:61
AbpV1_0_x & WithFCntStart(int value)
Definition AbpV1_0_x.h:73
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue