7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
49 template <
typename CiphertextT = Aws::String>
51 m_ciphertextHasBeenSet =
true;
52 m_ciphertext = std::forward<CiphertextT>(value);
54 template <
typename CiphertextT = Aws::String>
72 template <
typename KeyPairNameT = Aws::String>
74 m_keyPairNameHasBeenSet =
true;
75 m_keyPairName = std::forward<KeyPairNameT>(value);
77 template <
typename KeyPairNameT = Aws::String>
87 bool m_ciphertextHasBeenSet =
false;
88 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