7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
19namespace IoTWireless {
40 template <
typename AmazonIdT = Aws::String>
42 m_amazonIdHasBeenSet =
true;
43 m_amazonId = std::forward<AmazonIdT>(value);
45 template <
typename AmazonIdT = Aws::String>
58 template <
typename AppServerPrivateKeyT = Aws::String>
60 m_appServerPrivateKeyHasBeenSet =
true;
61 m_appServerPrivateKey = std::forward<AppServerPrivateKeyT>(value);
63 template <
typename AppServerPrivateKeyT = Aws::String>
73 bool m_amazonIdHasBeenSet =
false;
74 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