7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
40 template <
typename PublicKeyT = Aws::String>
42 m_publicKeyHasBeenSet =
true;
43 m_publicKey = std::forward<PublicKeyT>(value);
45 template <
typename PublicKeyT = Aws::String>
58 template <
typename PrivateKeyT = Aws::String>
60 m_privateKeyHasBeenSet =
true;
61 m_privateKey = std::forward<PrivateKeyT>(value);
63 template <
typename PrivateKeyT = Aws::String>
73 bool m_publicKeyHasBeenSet =
false;
74 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