7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/mailmanager/model/IngressPointPasswordConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename IngressPo
intPasswordConfigurationT = IngressPo
intPasswordConfiguration>
50 void SetIngressPointPasswordConfiguration(IngressPointPasswordConfigurationT&& value) { m_ingressPointPasswordConfigurationHasBeenSet =
true; m_ingressPointPasswordConfiguration = std::forward<IngressPointPasswordConfigurationT>(value); }
51 template<
typename IngressPo
intPasswordConfigurationT = IngressPo
intPasswordConfiguration>
62 template<
typename SecretArnT = Aws::String>
63 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
64 template<
typename SecretArnT = Aws::String>
70 bool m_ingressPointPasswordConfigurationHasBeenSet =
false;
73 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