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