7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/mailmanager/model/IngressPointPasswordConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetSecretArn(
const char* value) { m_secretArnHasBeenSet =
true; m_secretArn.assign(value); }
72 bool m_ingressPointPasswordConfigurationHasBeenSet =
false;
75 bool m_secretArnHasBeenSet =
false;
void SetIngressPointPasswordConfiguration(const IngressPointPasswordConfiguration &value)
AWS_MAILMANAGER_API IngressPointAuthConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAILMANAGER_API IngressPointAuthConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSecretArn(Aws::String &&value)
AWS_MAILMANAGER_API IngressPointAuthConfiguration()
IngressPointAuthConfiguration & WithSecretArn(const Aws::String &value)
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIngressPointPasswordConfiguration(IngressPointPasswordConfiguration &&value)
bool SecretArnHasBeenSet() const
IngressPointAuthConfiguration & WithSecretArn(Aws::String &&value)
const Aws::String & GetSecretArn() const
void SetSecretArn(const Aws::String &value)
IngressPointAuthConfiguration & WithIngressPointPasswordConfiguration(const IngressPointPasswordConfiguration &value)
void SetSecretArn(const char *value)
IngressPointAuthConfiguration & WithIngressPointPasswordConfiguration(IngressPointPasswordConfiguration &&value)
IngressPointAuthConfiguration & WithSecretArn(const char *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