7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
9#include <aws/mailmanager/model/IngressPointPasswordConfiguration.h>
10#include <aws/mailmanager/model/TlsAuthConfiguration.h>
21namespace MailManager {
43 return m_ingressPointPasswordConfiguration;
46 template <
typename IngressPo
intPasswordConfigurationT = IngressPo
intPasswordConfiguration>
48 m_ingressPointPasswordConfigurationHasBeenSet =
true;
49 m_ingressPointPasswordConfiguration = std::forward<IngressPointPasswordConfigurationT>(value);
51 template <
typename IngressPo
intPasswordConfigurationT = IngressPo
intPasswordConfiguration>
65 template <
typename SecretArnT = Aws::String>
67 m_secretArnHasBeenSet =
true;
68 m_secretArn = std::forward<SecretArnT>(value);
70 template <
typename SecretArnT = Aws::String>
84 template <
typename TlsAuthConfigurationT = TlsAuthConfiguration>
86 m_tlsAuthConfigurationHasBeenSet =
true;
87 m_tlsAuthConfiguration = std::forward<TlsAuthConfigurationT>(value);
89 template <
typename TlsAuthConfigurationT = TlsAuthConfiguration>
101 bool m_ingressPointPasswordConfigurationHasBeenSet =
false;
102 bool m_secretArnHasBeenSet =
false;
103 bool m_tlsAuthConfigurationHasBeenSet =
false;
const TlsAuthConfiguration & GetTlsAuthConfiguration() const
IngressPointAuthConfiguration & WithTlsAuthConfiguration(TlsAuthConfigurationT &&value)
AWS_MAILMANAGER_API IngressPointAuthConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecretArn(SecretArnT &&value)
AWS_MAILMANAGER_API IngressPointAuthConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetIngressPointPasswordConfiguration(IngressPointPasswordConfigurationT &&value)
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAILMANAGER_API IngressPointAuthConfiguration()=default
IngressPointAuthConfiguration & WithSecretArn(SecretArnT &&value)
bool TlsAuthConfigurationHasBeenSet() const
bool SecretArnHasBeenSet() const
const Aws::String & GetSecretArn() const
void SetTlsAuthConfiguration(TlsAuthConfigurationT &&value)
IngressPointAuthConfiguration & WithIngressPointPasswordConfiguration(IngressPointPasswordConfigurationT &&value)
bool IngressPointPasswordConfigurationHasBeenSet() const
const IngressPointPasswordConfiguration & GetIngressPointPasswordConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue