7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename UsernameT = Aws::String>
43 m_usernameHasBeenSet =
true;
44 m_username = std::forward<UsernameT>(value);
46 template <
typename UsernameT = Aws::String>
59 template <
typename PasswordT = Aws::String>
61 m_passwordHasBeenSet =
true;
62 m_password = std::forward<PasswordT>(value);
64 template <
typename PasswordT = Aws::String>
74 bool m_usernameHasBeenSet =
false;
75 bool m_passwordHasBeenSet =
false;
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFLOW_API VeevaConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUsername() const
bool PasswordHasBeenSet() const
AWS_APPFLOW_API VeevaConnectorProfileCredentials()=default
VeevaConnectorProfileCredentials & WithUsername(UsernameT &&value)
VeevaConnectorProfileCredentials & WithPassword(PasswordT &&value)
bool UsernameHasBeenSet() const
AWS_APPFLOW_API VeevaConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPassword() const
void SetPassword(PasswordT &&value)
void SetUsername(UsernameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue