7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetPublicKey(
const char* value) { m_publicKeyHasBeenSet =
true; m_publicKey.assign(value); }
62 inline void SetPrivateKey(
const char* value) { m_privateKeyHasBeenSet =
true; m_privateKey.assign(value); }
70 bool m_publicKeyHasBeenSet =
false;
73 bool m_privateKeyHasBeenSet =
false;
void SetPublicKey(const Aws::String &value)
void SetPrivateKey(Aws::String &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPrivateKey(const char *value)
const Aws::String & GetPublicKey() const
KeyPair & WithPrivateKey(const char *value)
void SetPrivateKey(const Aws::String &value)
AWS_IOT_API KeyPair & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API KeyPair(Aws::Utils::Json::JsonView jsonValue)
KeyPair & WithPrivateKey(Aws::String &&value)
bool PrivateKeyHasBeenSet() const
KeyPair & WithPublicKey(Aws::String &&value)
KeyPair & WithPrivateKey(const Aws::String &value)
const Aws::String & GetPrivateKey() const
KeyPair & WithPublicKey(const char *value)
void SetPublicKey(const char *value)
bool PublicKeyHasBeenSet() const
KeyPair & WithPublicKey(const Aws::String &value)
void SetPublicKey(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue