AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SessionKeysAbpV1_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 <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_0_x();
35 AWS_IOTWIRELESS_API SessionKeysAbpV1_0_x(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetNwkSKey() const{ return m_nwkSKey; }
45 inline bool NwkSKeyHasBeenSet() const { return m_nwkSKeyHasBeenSet; }
46 inline void SetNwkSKey(const Aws::String& value) { m_nwkSKeyHasBeenSet = true; m_nwkSKey = value; }
47 inline void SetNwkSKey(Aws::String&& value) { m_nwkSKeyHasBeenSet = true; m_nwkSKey = std::move(value); }
48 inline void SetNwkSKey(const char* value) { m_nwkSKeyHasBeenSet = true; m_nwkSKey.assign(value); }
49 inline SessionKeysAbpV1_0_x& WithNwkSKey(const Aws::String& value) { SetNwkSKey(value); return *this;}
50 inline SessionKeysAbpV1_0_x& WithNwkSKey(Aws::String&& value) { SetNwkSKey(std::move(value)); return *this;}
51 inline SessionKeysAbpV1_0_x& WithNwkSKey(const char* value) { SetNwkSKey(value); return *this;}
53
55
58 inline const Aws::String& GetAppSKey() const{ return m_appSKey; }
59 inline bool AppSKeyHasBeenSet() const { return m_appSKeyHasBeenSet; }
60 inline void SetAppSKey(const Aws::String& value) { m_appSKeyHasBeenSet = true; m_appSKey = value; }
61 inline void SetAppSKey(Aws::String&& value) { m_appSKeyHasBeenSet = true; m_appSKey = std::move(value); }
62 inline void SetAppSKey(const char* value) { m_appSKeyHasBeenSet = true; m_appSKey.assign(value); }
63 inline SessionKeysAbpV1_0_x& WithAppSKey(const Aws::String& value) { SetAppSKey(value); return *this;}
64 inline SessionKeysAbpV1_0_x& WithAppSKey(Aws::String&& value) { SetAppSKey(std::move(value)); return *this;}
65 inline SessionKeysAbpV1_0_x& WithAppSKey(const char* value) { SetAppSKey(value); return *this;}
67 private:
68
69 Aws::String m_nwkSKey;
70 bool m_nwkSKeyHasBeenSet = false;
71
72 Aws::String m_appSKey;
73 bool m_appSKeyHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace IoTWireless
78} // namespace Aws
AWS_IOTWIRELESS_API SessionKeysAbpV1_0_x & operator=(Aws::Utils::Json::JsonView jsonValue)
SessionKeysAbpV1_0_x & WithAppSKey(const char *value)
SessionKeysAbpV1_0_x & WithAppSKey(const Aws::String &value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
SessionKeysAbpV1_0_x & WithNwkSKey(const char *value)
SessionKeysAbpV1_0_x & WithAppSKey(Aws::String &&value)
SessionKeysAbpV1_0_x & WithNwkSKey(const Aws::String &value)
AWS_IOTWIRELESS_API SessionKeysAbpV1_0_x(Aws::Utils::Json::JsonView jsonValue)
SessionKeysAbpV1_0_x & WithNwkSKey(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue