7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm-sap/SsmSap_EXPORTS.h>
9#include <aws/ssm-sap/model/CredentialType.h>
41 template <
typename DatabaseNameT = Aws::String>
43 m_databaseNameHasBeenSet =
true;
44 m_databaseName = std::forward<DatabaseNameT>(value);
46 template <
typename DatabaseNameT = Aws::String>
60 m_credentialTypeHasBeenSet =
true;
61 m_credentialType = value;
76 template <
typename SecretIdT = Aws::String>
78 m_secretIdHasBeenSet =
true;
79 m_secretId = std::forward<SecretIdT>(value);
81 template <
typename SecretIdT = Aws::String>
93 bool m_databaseNameHasBeenSet =
false;
94 bool m_credentialTypeHasBeenSet =
false;
95 bool m_secretIdHasBeenSet =
false;
bool SecretIdHasBeenSet() const
void SetDatabaseName(DatabaseNameT &&value)
ApplicationCredential & WithDatabaseName(DatabaseNameT &&value)
AWS_SSMSAP_API ApplicationCredential()=default
bool DatabaseNameHasBeenSet() const
AWS_SSMSAP_API ApplicationCredential(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDatabaseName() const
const Aws::String & GetSecretId() const
AWS_SSMSAP_API ApplicationCredential & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecretId(SecretIdT &&value)
void SetCredentialType(CredentialType value)
CredentialType GetCredentialType() const
bool CredentialTypeHasBeenSet() const
ApplicationCredential & WithSecretId(SecretIdT &&value)
AWS_SSMSAP_API Aws::Utils::Json::JsonValue Jsonize() const
ApplicationCredential & WithCredentialType(CredentialType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue