7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetAppKey(
const char* value) { m_appKeyHasBeenSet =
true; m_appKey.assign(value); }
62 inline void SetNwkKey(
const char* value) { m_nwkKeyHasBeenSet =
true; m_nwkKey.assign(value); }
76 inline void SetJoinEui(
const char* value) { m_joinEuiHasBeenSet =
true; m_joinEui.assign(value); }
84 bool m_appKeyHasBeenSet =
false;
87 bool m_nwkKeyHasBeenSet =
false;
90 bool m_joinEuiHasBeenSet =
false;
bool AppKeyHasBeenSet() const
const Aws::String & GetJoinEui() const
void SetAppKey(const Aws::String &value)
bool NwkKeyHasBeenSet() const
OtaaV1_1 & WithAppKey(Aws::String &&value)
void SetNwkKey(Aws::String &&value)
OtaaV1_1 & WithJoinEui(const Aws::String &value)
void SetJoinEui(const char *value)
void SetAppKey(const char *value)
AWS_IOTWIRELESS_API OtaaV1_1()
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
OtaaV1_1 & WithNwkKey(const char *value)
OtaaV1_1 & WithAppKey(const char *value)
const Aws::String & GetNwkKey() const
OtaaV1_1 & WithAppKey(const Aws::String &value)
OtaaV1_1 & WithJoinEui(Aws::String &&value)
void SetJoinEui(Aws::String &&value)
void SetNwkKey(const Aws::String &value)
bool JoinEuiHasBeenSet() const
void SetJoinEui(const Aws::String &value)
AWS_IOTWIRELESS_API OtaaV1_1(Aws::Utils::Json::JsonView jsonValue)
void SetNwkKey(const char *value)
const Aws::String & GetAppKey() const
OtaaV1_1 & WithNwkKey(const Aws::String &value)
OtaaV1_1 & WithJoinEui(const char *value)
OtaaV1_1 & WithNwkKey(Aws::String &&value)
void SetAppKey(Aws::String &&value)
AWS_IOTWIRELESS_API OtaaV1_1 & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue