7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
9#include <aws/mailmanager/model/IngressPointPasswordConfiguration.h>
20namespace MailManager {
42 return m_ingressPointPasswordConfiguration;
45 template <
typename IngressPo
intPasswordConfigurationT = IngressPo
intPasswordConfiguration>
47 m_ingressPointPasswordConfigurationHasBeenSet =
true;
48 m_ingressPointPasswordConfiguration = std::forward<IngressPointPasswordConfigurationT>(value);
50 template <
typename IngressPo
intPasswordConfigurationT = IngressPo
intPasswordConfiguration>
64 template <
typename SecretArnT = Aws::String>
66 m_secretArnHasBeenSet =
true;
67 m_secretArn = std::forward<SecretArnT>(value);
69 template <
typename SecretArnT = Aws::String>
79 bool m_ingressPointPasswordConfigurationHasBeenSet =
false;
80 bool m_secretArnHasBeenSet =
false;
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 SecretArnHasBeenSet() const
const Aws::String & GetSecretArn() const
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