7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename UserT = Aws::String>
43 m_userHasBeenSet =
true;
44 m_user = std::forward<UserT>(value);
46 template <
typename UserT = Aws::String>
48 SetUser(std::forward<UserT>(value));
59 template <
typename ApplicationT = Aws::String>
61 m_applicationHasBeenSet =
true;
62 m_application = std::forward<ApplicationT>(value);
64 template <
typename ApplicationT = Aws::String>
78 template <
typename DatabaseT = Aws::String>
80 m_databaseHasBeenSet =
true;
81 m_database = std::forward<DatabaseT>(value);
83 template <
typename DatabaseT = Aws::String>
96 template <
typename SslT = Aws::String>
98 m_sslHasBeenSet =
true;
99 m_ssl = std::forward<SslT>(value);
101 template <
typename SslT = Aws::String>
103 SetSsl(std::forward<SslT>(value));
114 template <
typename AuthMethodT = Aws::String>
116 m_authMethodHasBeenSet =
true;
117 m_authMethod = std::forward<AuthMethodT>(value);
119 template <
typename AuthMethodT = Aws::String>
135 bool m_userHasBeenSet =
false;
136 bool m_applicationHasBeenSet =
false;
137 bool m_databaseHasBeenSet =
false;
138 bool m_sslHasBeenSet =
false;
139 bool m_authMethodHasBeenSet =
false;
RdsDbUserDetails & WithUser(UserT &&value)
const Aws::String & GetSsl() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API RdsDbUserDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
RdsDbUserDetails & WithApplication(ApplicationT &&value)
const Aws::String & GetUser() const
void SetSsl(SslT &&value)
void SetApplication(ApplicationT &&value)
const Aws::String & GetDatabase() const
bool UserHasBeenSet() const
bool DatabaseHasBeenSet() const
RdsDbUserDetails & WithAuthMethod(AuthMethodT &&value)
RdsDbUserDetails & WithSsl(SslT &&value)
bool SslHasBeenSet() const
bool AuthMethodHasBeenSet() const
void SetAuthMethod(AuthMethodT &&value)
bool ApplicationHasBeenSet() const
void SetUser(UserT &&value)
void SetDatabase(DatabaseT &&value)
AWS_GUARDDUTY_API RdsDbUserDetails(Aws::Utils::Json::JsonView jsonValue)
RdsDbUserDetails & WithDatabase(DatabaseT &&value)
AWS_GUARDDUTY_API RdsDbUserDetails()=default
const Aws::String & GetAuthMethod() const
const Aws::String & GetApplication() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue