AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SessionKeysAbpV1_1.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTWireless
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_IOTWIRELESS_API SessionKeysAbpV1_1();
35 AWS_IOTWIRELESS_API SessionKeysAbpV1_1(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetFNwkSIntKey() const{ return m_fNwkSIntKey; }
45 inline bool FNwkSIntKeyHasBeenSet() const { return m_fNwkSIntKeyHasBeenSet; }
46 inline void SetFNwkSIntKey(const Aws::String& value) { m_fNwkSIntKeyHasBeenSet = true; m_fNwkSIntKey = value; }
47 inline void SetFNwkSIntKey(Aws::String&& value) { m_fNwkSIntKeyHasBeenSet = true; m_fNwkSIntKey = std::move(value); }
48 inline void SetFNwkSIntKey(const char* value) { m_fNwkSIntKeyHasBeenSet = true; m_fNwkSIntKey.assign(value); }
49 inline SessionKeysAbpV1_1& WithFNwkSIntKey(const Aws::String& value) { SetFNwkSIntKey(value); return *this;}
50 inline SessionKeysAbpV1_1& WithFNwkSIntKey(Aws::String&& value) { SetFNwkSIntKey(std::move(value)); return *this;}
51 inline SessionKeysAbpV1_1& WithFNwkSIntKey(const char* value) { SetFNwkSIntKey(value); return *this;}
53
55
58 inline const Aws::String& GetSNwkSIntKey() const{ return m_sNwkSIntKey; }
59 inline bool SNwkSIntKeyHasBeenSet() const { return m_sNwkSIntKeyHasBeenSet; }
60 inline void SetSNwkSIntKey(const Aws::String& value) { m_sNwkSIntKeyHasBeenSet = true; m_sNwkSIntKey = value; }
61 inline void SetSNwkSIntKey(Aws::String&& value) { m_sNwkSIntKeyHasBeenSet = true; m_sNwkSIntKey = std::move(value); }
62 inline void SetSNwkSIntKey(const char* value) { m_sNwkSIntKeyHasBeenSet = true; m_sNwkSIntKey.assign(value); }
63 inline SessionKeysAbpV1_1& WithSNwkSIntKey(const Aws::String& value) { SetSNwkSIntKey(value); return *this;}
64 inline SessionKeysAbpV1_1& WithSNwkSIntKey(Aws::String&& value) { SetSNwkSIntKey(std::move(value)); return *this;}
65 inline SessionKeysAbpV1_1& WithSNwkSIntKey(const char* value) { SetSNwkSIntKey(value); return *this;}
67
69
72 inline const Aws::String& GetNwkSEncKey() const{ return m_nwkSEncKey; }
73 inline bool NwkSEncKeyHasBeenSet() const { return m_nwkSEncKeyHasBeenSet; }
74 inline void SetNwkSEncKey(const Aws::String& value) { m_nwkSEncKeyHasBeenSet = true; m_nwkSEncKey = value; }
75 inline void SetNwkSEncKey(Aws::String&& value) { m_nwkSEncKeyHasBeenSet = true; m_nwkSEncKey = std::move(value); }
76 inline void SetNwkSEncKey(const char* value) { m_nwkSEncKeyHasBeenSet = true; m_nwkSEncKey.assign(value); }
77 inline SessionKeysAbpV1_1& WithNwkSEncKey(const Aws::String& value) { SetNwkSEncKey(value); return *this;}
78 inline SessionKeysAbpV1_1& WithNwkSEncKey(Aws::String&& value) { SetNwkSEncKey(std::move(value)); return *this;}
79 inline SessionKeysAbpV1_1& WithNwkSEncKey(const char* value) { SetNwkSEncKey(value); return *this;}
81
83
86 inline const Aws::String& GetAppSKey() const{ return m_appSKey; }
87 inline bool AppSKeyHasBeenSet() const { return m_appSKeyHasBeenSet; }
88 inline void SetAppSKey(const Aws::String& value) { m_appSKeyHasBeenSet = true; m_appSKey = value; }
89 inline void SetAppSKey(Aws::String&& value) { m_appSKeyHasBeenSet = true; m_appSKey = std::move(value); }
90 inline void SetAppSKey(const char* value) { m_appSKeyHasBeenSet = true; m_appSKey.assign(value); }
91 inline SessionKeysAbpV1_1& WithAppSKey(const Aws::String& value) { SetAppSKey(value); return *this;}
92 inline SessionKeysAbpV1_1& WithAppSKey(Aws::String&& value) { SetAppSKey(std::move(value)); return *this;}
93 inline SessionKeysAbpV1_1& WithAppSKey(const char* value) { SetAppSKey(value); return *this;}
95 private:
96
97 Aws::String m_fNwkSIntKey;
98 bool m_fNwkSIntKeyHasBeenSet = false;
99
100 Aws::String m_sNwkSIntKey;
101 bool m_sNwkSIntKeyHasBeenSet = false;
102
103 Aws::String m_nwkSEncKey;
104 bool m_nwkSEncKeyHasBeenSet = false;
105
106 Aws::String m_appSKey;
107 bool m_appSKeyHasBeenSet = false;
108 };
109
110} // namespace Model
111} // namespace IoTWireless
112} // namespace Aws
SessionKeysAbpV1_1 & WithNwkSEncKey(Aws::String &&value)
SessionKeysAbpV1_1 & WithFNwkSIntKey(const char *value)
AWS_IOTWIRELESS_API SessionKeysAbpV1_1 & operator=(Aws::Utils::Json::JsonView jsonValue)
SessionKeysAbpV1_1 & WithFNwkSIntKey(const Aws::String &value)
SessionKeysAbpV1_1 & WithNwkSEncKey(const char *value)
SessionKeysAbpV1_1 & WithNwkSEncKey(const Aws::String &value)
SessionKeysAbpV1_1 & WithAppSKey(const char *value)
SessionKeysAbpV1_1 & WithSNwkSIntKey(const char *value)
SessionKeysAbpV1_1 & WithSNwkSIntKey(Aws::String &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API SessionKeysAbpV1_1(Aws::Utils::Json::JsonView jsonValue)
void SetFNwkSIntKey(const Aws::String &value)
void SetSNwkSIntKey(const Aws::String &value)
SessionKeysAbpV1_1 & WithAppSKey(Aws::String &&value)
void SetNwkSEncKey(const Aws::String &value)
SessionKeysAbpV1_1 & WithFNwkSIntKey(Aws::String &&value)
void SetAppSKey(const Aws::String &value)
SessionKeysAbpV1_1 & WithSNwkSIntKey(const Aws::String &value)
SessionKeysAbpV1_1 & WithAppSKey(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue