7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename PublicKeyT = Aws::String>
47 void SetPublicKey(PublicKeyT&& value) { m_publicKeyHasBeenSet =
true; m_publicKey = std::forward<PublicKeyT>(value); }
48 template<
typename PublicKeyT = Aws::String>
58 template<
typename PrivateKeyT = Aws::String>
59 void SetPrivateKey(PrivateKeyT&& value) { m_privateKeyHasBeenSet =
true; m_privateKey = std::forward<PrivateKeyT>(value); }
60 template<
typename PrivateKeyT = Aws::String>
66 bool m_publicKeyHasBeenSet =
false;
69 bool m_privateKeyHasBeenSet =
false;
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPublicKey() const
AWS_IOT_API KeyPair()=default
KeyPair & WithPublicKey(PublicKeyT &&value)
AWS_IOT_API KeyPair & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API KeyPair(Aws::Utils::Json::JsonView jsonValue)
bool PrivateKeyHasBeenSet() const
void SetPrivateKey(PrivateKeyT &&value)
KeyPair & WithPrivateKey(PrivateKeyT &&value)
const Aws::String & GetPrivateKey() const
bool PublicKeyHasBeenSet() const
void SetPublicKey(PublicKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue