7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
19namespace DatabaseMigrationService {
42 template <
typename KeyCacheSecretIdT = Aws::String>
44 m_keyCacheSecretIdHasBeenSet =
true;
45 m_keyCacheSecretId = std::forward<KeyCacheSecretIdT>(value);
47 template <
typename KeyCacheSecretIdT = Aws::String>
62 template <
typename KeyCacheSecretIamArnT = Aws::String>
64 m_keyCacheSecretIamArnHasBeenSet =
true;
65 m_keyCacheSecretIamArn = std::forward<KeyCacheSecretIamArnT>(value);
67 template <
typename KeyCacheSecretIamArnT = Aws::String>
81 template <
typename Krb5FileContentsT = Aws::String>
83 m_krb5FileContentsHasBeenSet =
true;
84 m_krb5FileContents = std::forward<Krb5FileContentsT>(value);
86 template <
typename Krb5FileContentsT = Aws::String>
98 bool m_keyCacheSecretIdHasBeenSet =
false;
99 bool m_keyCacheSecretIamArnHasBeenSet =
false;
100 bool m_krb5FileContentsHasBeenSet =
false;
const Aws::String & GetKeyCacheSecretIamArn() const
bool KeyCacheSecretIdHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API KerberosAuthenticationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKrb5FileContents() const
void SetKrb5FileContents(Krb5FileContentsT &&value)
KerberosAuthenticationSettings & WithKeyCacheSecretId(KeyCacheSecretIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
KerberosAuthenticationSettings & WithKrb5FileContents(Krb5FileContentsT &&value)
bool Krb5FileContentsHasBeenSet() const
const Aws::String & GetKeyCacheSecretId() const
bool KeyCacheSecretIamArnHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API KerberosAuthenticationSettings()=default
AWS_DATABASEMIGRATIONSERVICE_API KerberosAuthenticationSettings(Aws::Utils::Json::JsonView jsonValue)
KerberosAuthenticationSettings & WithKeyCacheSecretIamArn(KeyCacheSecretIamArnT &&value)
void SetKeyCacheSecretIamArn(KeyCacheSecretIamArnT &&value)
void SetKeyCacheSecretId(KeyCacheSecretIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue