7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/mailmanager/MailManager_EXPORTS.h>
10#include <aws/mailmanager/model/TlsAuthConfiguration.h>
20namespace MailManager {
34 AWS_MAILMANAGER_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
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
void SetTlsAuthConfiguration(TlsAuthConfigurationT &&value)
bool TlsAuthConfigurationHasBeenSet() const
const Aws::String & GetSmtpPassword() const
AWS_MAILMANAGER_API IngressPointConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
const TlsAuthConfiguration & GetTlsAuthConfiguration() const
const Aws::String & GetSecretArn() const
IngressPointConfiguration & WithSmtpPassword(SmtpPasswordT &&value)
bool SecretArnHasBeenSet() const
AWS_MAILMANAGER_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
bool SmtpPasswordHasBeenSet() const
IngressPointConfiguration & WithSecretArn(SecretArnT &&value)
AWS_MAILMANAGER_API IngressPointConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String