7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename UsernameT = Aws::String>
48 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
49 template<
typename UsernameT = Aws::String>
59 template<
typename PasswordT = Aws::String>
60 void SetPassword(PasswordT&& value) { m_passwordHasBeenSet =
true; m_password = std::forward<PasswordT>(value); }
61 template<
typename PasswordT = Aws::String>
67 bool m_usernameHasBeenSet =
false;
70 bool m_passwordHasBeenSet =
false;
bool PasswordHasBeenSet() const
const Aws::String & GetUsername() const
bool UsernameHasBeenSet() const
const Aws::String & GetPassword() const
void SetPassword(PasswordT &&value)
AWS_APPFLOW_API RedshiftConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
RedshiftConnectorProfileCredentials & WithUsername(UsernameT &&value)
RedshiftConnectorProfileCredentials & WithPassword(PasswordT &&value)
void SetUsername(UsernameT &&value)
AWS_APPFLOW_API RedshiftConnectorProfileCredentials()=default
AWS_APPFLOW_API RedshiftConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue