7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
9#include <aws/mailmanager/model/TlsAuthConfiguration.h>
20namespace MailManager {
42 template <
typename SmtpPasswordT = Aws::String>
44 m_smtpPasswordHasBeenSet =
true;
45 m_smtpPassword = std::forward<SmtpPasswordT>(value);
47 template <
typename SmtpPasswordT = Aws::String>
60 template <
typename SecretArnT = Aws::String>
62 m_secretArnHasBeenSet =
true;
63 m_secretArn = std::forward<SecretArnT>(value);
65 template <
typename SecretArnT = Aws::String>
79 template <
typename TlsAuthConfigurationT = TlsAuthConfiguration>
81 m_tlsAuthConfigurationHasBeenSet =
true;
82 m_tlsAuthConfiguration = std::forward<TlsAuthConfigurationT>(value);
84 template <
typename TlsAuthConfigurationT = TlsAuthConfiguration>
96 bool m_smtpPasswordHasBeenSet =
false;
97 bool m_secretArnHasBeenSet =
false;
98 bool m_tlsAuthConfigurationHasBeenSet =
false;
void SetSmtpPassword(SmtpPasswordT &&value)
void SetSecretArn(SecretArnT &&value)
IngressPointConfiguration & WithTlsAuthConfiguration(TlsAuthConfigurationT &&value)
AWS_MAILMANAGER_API IngressPointConfiguration()=default
AWS_MAILMANAGER_API IngressPointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTlsAuthConfiguration(TlsAuthConfigurationT &&value)
bool TlsAuthConfigurationHasBeenSet() const
const Aws::String & GetSmtpPassword() const
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const TlsAuthConfiguration & GetTlsAuthConfiguration() const
AWS_MAILMANAGER_API IngressPointConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSecretArn() const
IngressPointConfiguration & WithSmtpPassword(SmtpPasswordT &&value)
bool SecretArnHasBeenSet() const
bool SmtpPasswordHasBeenSet() const
IngressPointConfiguration & WithSecretArn(SecretArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue