7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename CiphertextT = Aws::String>
56 void SetCiphertext(CiphertextT&& value) { m_ciphertextHasBeenSet =
true; m_ciphertext = std::forward<CiphertextT>(value); }
57 template<
typename CiphertextT = Aws::String>
72 template<
typename KeyPairNameT = Aws::String>
73 void SetKeyPairName(KeyPairNameT&& value) { m_keyPairNameHasBeenSet =
true; m_keyPairName = std::forward<KeyPairNameT>(value); }
74 template<
typename KeyPairNameT = Aws::String>
80 bool m_ciphertextHasBeenSet =
false;
83 bool m_keyPairNameHasBeenSet =
false;
const Aws::String & GetCiphertext() const
AWS_LIGHTSAIL_API PasswordData(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API PasswordData()=default
const Aws::String & GetKeyPairName() const
PasswordData & WithKeyPairName(KeyPairNameT &&value)
PasswordData & WithCiphertext(CiphertextT &&value)
AWS_LIGHTSAIL_API PasswordData & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyPairName(KeyPairNameT &&value)
void SetCiphertext(CiphertextT &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool CiphertextHasBeenSet() const
bool KeyPairNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue