62 inline void SetPublicKey(
const char* value) { m_publicKeyHasBeenSet =
true; m_publicKey.assign(value); }
97 inline void SetPrivateKey(
const char* value) { m_privateKeyHasBeenSet =
true; m_privateKey.assign(value); }
116 bool m_publicKeyHasBeenSet;
118 bool m_privateKeyHasBeenSet;
void SetPrivateKey(const Aws::String &value)
KeyPair & WithPrivateKey(Aws::String &&value)
void SetPublicKey(const char *value)
void SetPrivateKey(const char *value)
const Aws::String & GetPublicKey() const
KeyPair & WithPublicKey(Aws::String &&value)
KeyPair & WithPrivateKey(const char *value)
KeyPair & WithPublicKey(const char *value)
KeyPair & WithPublicKey(const Aws::String &value)
void SetPublicKey(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetPublicKey(const Aws::String &value)
KeyPair & WithPrivateKey(const Aws::String &value)
const Aws::String & GetPrivateKey() const
void SetPrivateKey(Aws::String &&value)
JSON (JavaScript Object Notation).