AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetDevAddr(const Aws::String& value) { m_devAddrHasBeenSet = true; m_devAddr = value; }
49 inline void SetDevAddr(Aws::String&& value) { m_devAddrHasBeenSet = true; m_devAddr = std::move(value); }
50 inline void SetDevAddr(const char* value) { m_devAddrHasBeenSet = true; m_devAddr.assign(value); }
51 inline AbpV1_0_x& WithDevAddr(const Aws::String& value) { SetDevAddr(value); return *this;}
52 inline AbpV1_0_x& WithDevAddr(Aws::String&& value) { SetDevAddr(std::move(value)); return *this;}
53 inline AbpV1_0_x& WithDevAddr(const char* value) { SetDevAddr(value); return *this;}
55
57
60 inline const SessionKeysAbpV1_0_x& GetSessionKeys() const{ return m_sessionKeys; }
61 inline bool SessionKeysHasBeenSet() const { return m_sessionKeysHasBeenSet; }
62 inline void SetSessionKeys(const SessionKeysAbpV1_0_x& value) { m_sessionKeysHasBeenSet = true; m_sessionKeys = value; }
63 inline void SetSessionKeys(SessionKeysAbpV1_0_x&& value) { m_sessionKeysHasBeenSet = true; m_sessionKeys = std::move(value); }
64 inline AbpV1_0_x& WithSessionKeys(const SessionKeysAbpV1_0_x& value) { SetSessionKeys(value); return *this;}
65 inline AbpV1_0_x& WithSessionKeys(SessionKeysAbpV1_0_x&& value) { SetSessionKeys(std::move(value)); return *this;}
67
69
72 inline int GetFCntStart() const{ return m_fCntStart; }
73 inline bool FCntStartHasBeenSet() const { return m_fCntStartHasBeenSet; }
74 inline void SetFCntStart(int value) { m_fCntStartHasBeenSet = true; m_fCntStart = value; }
75 inline AbpV1_0_x& WithFCntStart(int value) { SetFCntStart(value); return *this;}
77 private:
78
79 Aws::String m_devAddr;
80 bool m_devAddrHasBeenSet = false;
81
82 SessionKeysAbpV1_0_x m_sessionKeys;
83 bool m_sessionKeysHasBeenSet = false;
84
85 int m_fCntStart;
86 bool m_fCntStartHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace IoTWireless
91} // namespace Aws
AbpV1_0_x & WithDevAddr(const char *value)
Definition AbpV1_0_x.h:53
AbpV1_0_x & WithDevAddr(const Aws::String &value)
Definition AbpV1_0_x.h:51
AbpV1_0_x & WithSessionKeys(const SessionKeysAbpV1_0_x &value)
Definition AbpV1_0_x.h:64
void SetSessionKeys(const SessionKeysAbpV1_0_x &value)
Definition AbpV1_0_x.h:62
AWS_IOTWIRELESS_API AbpV1_0_x & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDevAddr(const Aws::String &value)
Definition AbpV1_0_x.h:48
void SetSessionKeys(SessionKeysAbpV1_0_x &&value)
Definition AbpV1_0_x.h:63
AbpV1_0_x & WithDevAddr(Aws::String &&value)
Definition AbpV1_0_x.h:52
void SetDevAddr(const char *value)
Definition AbpV1_0_x.h:50
AWS_IOTWIRELESS_API AbpV1_0_x()
AWS_IOTWIRELESS_API AbpV1_0_x(Aws::Utils::Json::JsonView jsonValue)
const SessionKeysAbpV1_0_x & GetSessionKeys() const
Definition AbpV1_0_x.h:60
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDevAddr() const
Definition AbpV1_0_x.h:46
void SetDevAddr(Aws::String &&value)
Definition AbpV1_0_x.h:49
AbpV1_0_x & WithSessionKeys(SessionKeysAbpV1_0_x &&value)
Definition AbpV1_0_x.h:65
AbpV1_0_x & WithFCntStart(int value)
Definition AbpV1_0_x.h:75
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue