7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AppServerPrivateKeyT = Aws::String>
47 void SetAppServerPrivateKey(AppServerPrivateKeyT&& value) { m_appServerPrivateKeyHasBeenSet =
true; m_appServerPrivateKey = std::forward<AppServerPrivateKeyT>(value); }
48 template<
typename AppServerPrivateKeyT = Aws::String>
54 bool m_appServerPrivateKeyHasBeenSet =
false;
bool AppServerPrivateKeyHasBeenSet() const
SidewalkUpdateAccount & WithAppServerPrivateKey(AppServerPrivateKeyT &&value)
void SetAppServerPrivateKey(AppServerPrivateKeyT &&value)
AWS_IOTWIRELESS_API SidewalkUpdateAccount(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API SidewalkUpdateAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SidewalkUpdateAccount()=default
const Aws::String & GetAppServerPrivateKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue