7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace DatabaseMigrationService
48 template<
typename KeyCacheSecretIdT = Aws::String>
49 void SetKeyCacheSecretId(KeyCacheSecretIdT&& value) { m_keyCacheSecretIdHasBeenSet =
true; m_keyCacheSecretId = std::forward<KeyCacheSecretIdT>(value); }
50 template<
typename KeyCacheSecretIdT = Aws::String>
62 template<
typename KeyCacheSecretIamArnT = Aws::String>
63 void SetKeyCacheSecretIamArn(KeyCacheSecretIamArnT&& value) { m_keyCacheSecretIamArnHasBeenSet =
true; m_keyCacheSecretIamArn = std::forward<KeyCacheSecretIamArnT>(value); }
64 template<
typename KeyCacheSecretIamArnT = Aws::String>
75 template<
typename Krb5FileContentsT = Aws::String>
76 void SetKrb5FileContents(Krb5FileContentsT&& value) { m_krb5FileContentsHasBeenSet =
true; m_krb5FileContents = std::forward<Krb5FileContentsT>(value); }
77 template<
typename Krb5FileContentsT = Aws::String>
83 bool m_keyCacheSecretIdHasBeenSet =
false;
86 bool m_keyCacheSecretIamArnHasBeenSet =
false;
89 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