7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
43 template <
typename UsernameT = Aws::String>
45 m_usernameHasBeenSet =
true;
46 m_username = std::forward<UsernameT>(value);
48 template <
typename UsernameT = Aws::String>
62 template <
typename PasswordT = Aws::String>
64 m_passwordHasBeenSet =
true;
65 m_password = std::forward<PasswordT>(value);
67 template <
typename PasswordT = Aws::String>
83 template <
typename ExpiresAtT = Aws::Utils::DateTime>
85 m_expiresAtHasBeenSet =
true;
86 m_expiresAt = std::forward<ExpiresAtT>(value);
88 template <
typename ExpiresAtT = Aws::Utils::DateTime>
102 template <
typename RegistryT = Aws::String>
104 m_registryHasBeenSet =
true;
105 m_registry = std::forward<RegistryT>(value);
107 template <
typename RegistryT = Aws::String>
121 bool m_usernameHasBeenSet =
false;
122 bool m_passwordHasBeenSet =
false;
123 bool m_expiresAtHasBeenSet =
false;
124 bool m_registryHasBeenSet =
false;
void SetUsername(UsernameT &&value)
const Aws::String & GetUsername() const
const Aws::String & GetRegistry() const
bool ExpiresAtHasBeenSet() const
void SetPassword(PasswordT &&value)
ContainerServiceRegistryLogin & WithExpiresAt(ExpiresAtT &&value)
AWS_LIGHTSAIL_API ContainerServiceRegistryLogin(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool PasswordHasBeenSet() const
void SetExpiresAt(ExpiresAtT &&value)
ContainerServiceRegistryLogin & WithPassword(PasswordT &&value)
void SetRegistry(RegistryT &&value)
AWS_LIGHTSAIL_API ContainerServiceRegistryLogin & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RegistryHasBeenSet() const
const Aws::String & GetPassword() const
AWS_LIGHTSAIL_API ContainerServiceRegistryLogin()=default
bool UsernameHasBeenSet() const
const Aws::Utils::DateTime & GetExpiresAt() const
ContainerServiceRegistryLogin & WithUsername(UsernameT &&value)
ContainerServiceRegistryLogin & WithRegistry(RegistryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue