/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Session keys for ABP v1.1See Also:
AWS
* API Reference
The NwkSKey value.
*/ inline const Aws::String& GetNwkSKey() const{ return m_nwkSKey; } /** *The NwkSKey value.
*/ inline bool NwkSKeyHasBeenSet() const { return m_nwkSKeyHasBeenSet; } /** *The NwkSKey value.
*/ inline void SetNwkSKey(const Aws::String& value) { m_nwkSKeyHasBeenSet = true; m_nwkSKey = value; } /** *The NwkSKey value.
*/ inline void SetNwkSKey(Aws::String&& value) { m_nwkSKeyHasBeenSet = true; m_nwkSKey = std::move(value); } /** *The NwkSKey value.
*/ inline void SetNwkSKey(const char* value) { m_nwkSKeyHasBeenSet = true; m_nwkSKey.assign(value); } /** *The NwkSKey value.
*/ inline SessionKeysAbpV1_0_x& WithNwkSKey(const Aws::String& value) { SetNwkSKey(value); return *this;} /** *The NwkSKey value.
*/ inline SessionKeysAbpV1_0_x& WithNwkSKey(Aws::String&& value) { SetNwkSKey(std::move(value)); return *this;} /** *The NwkSKey value.
*/ inline SessionKeysAbpV1_0_x& WithNwkSKey(const char* value) { SetNwkSKey(value); return *this;} /** *The AppSKey value.
*/ inline const Aws::String& GetAppSKey() const{ return m_appSKey; } /** *The AppSKey value.
*/ inline bool AppSKeyHasBeenSet() const { return m_appSKeyHasBeenSet; } /** *The AppSKey value.
*/ inline void SetAppSKey(const Aws::String& value) { m_appSKeyHasBeenSet = true; m_appSKey = value; } /** *The AppSKey value.
*/ inline void SetAppSKey(Aws::String&& value) { m_appSKeyHasBeenSet = true; m_appSKey = std::move(value); } /** *The AppSKey value.
*/ inline void SetAppSKey(const char* value) { m_appSKeyHasBeenSet = true; m_appSKey.assign(value); } /** *The AppSKey value.
*/ inline SessionKeysAbpV1_0_x& WithAppSKey(const Aws::String& value) { SetAppSKey(value); return *this;} /** *The AppSKey value.
*/ inline SessionKeysAbpV1_0_x& WithAppSKey(Aws::String&& value) { SetAppSKey(std::move(value)); return *this;} /** *The AppSKey value.
*/ inline SessionKeysAbpV1_0_x& WithAppSKey(const char* value) { SetAppSKey(value); return *this;} private: Aws::String m_nwkSKey; bool m_nwkSKeyHasBeenSet = false; Aws::String m_appSKey; bool m_appSKeyHasBeenSet = false; }; } // namespace Model } // namespace IoTWireless } // namespace Aws