7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/OAuth2Credentials.h>
50 inline void SetUsername(
const char* value) { m_usernameHasBeenSet =
true; m_username.assign(value); }
64 inline void SetPassword(
const char* value) { m_passwordHasBeenSet =
true; m_password.assign(value); }
84 bool m_usernameHasBeenSet =
false;
87 bool m_passwordHasBeenSet =
false;
90 bool m_oAuth2CredentialsHasBeenSet =
false;
ServiceNowConnectorProfileCredentials & WithUsername(const char *value)
void SetPassword(Aws::String &&value)
AWS_APPFLOW_API ServiceNowConnectorProfileCredentials()
ServiceNowConnectorProfileCredentials & WithUsername(const Aws::String &value)
bool OAuth2CredentialsHasBeenSet() const
const Aws::String & GetUsername() const
const Aws::String & GetPassword() const
ServiceNowConnectorProfileCredentials & WithPassword(const char *value)
void SetPassword(const char *value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceNowConnectorProfileCredentials & WithOAuth2Credentials(const OAuth2Credentials &value)
void SetUsername(const Aws::String &value)
void SetUsername(const char *value)
void SetOAuth2Credentials(const OAuth2Credentials &value)
ServiceNowConnectorProfileCredentials & WithPassword(Aws::String &&value)
const OAuth2Credentials & GetOAuth2Credentials() const
ServiceNowConnectorProfileCredentials & WithOAuth2Credentials(OAuth2Credentials &&value)
void SetOAuth2Credentials(OAuth2Credentials &&value)
ServiceNowConnectorProfileCredentials & WithUsername(Aws::String &&value)
void SetPassword(const Aws::String &value)
AWS_APPFLOW_API ServiceNowConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UsernameHasBeenSet() const
void SetUsername(Aws::String &&value)
bool PasswordHasBeenSet() const
ServiceNowConnectorProfileCredentials & WithPassword(const Aws::String &value)
AWS_APPFLOW_API ServiceNowConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue