7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/mailmanager/model/NoAuthentication.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetSecretArn(
const char* value) { m_secretArnHasBeenSet =
true; m_secretArn.assign(value); }
74 bool m_noAuthenticationHasBeenSet =
false;
77 bool m_secretArnHasBeenSet =
false;
RelayAuthentication & WithSecretArn(const char *value)
RelayAuthentication & WithSecretArn(Aws::String &&value)
void SetNoAuthentication(NoAuthentication &&value)
void SetNoAuthentication(const NoAuthentication &value)
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
RelayAuthentication & WithNoAuthentication(const NoAuthentication &value)
bool SecretArnHasBeenSet() const
RelayAuthentication & WithSecretArn(const Aws::String &value)
const NoAuthentication & GetNoAuthentication() const
RelayAuthentication & WithNoAuthentication(NoAuthentication &&value)
void SetSecretArn(const char *value)
void SetSecretArn(Aws::String &&value)
AWS_MAILMANAGER_API RelayAuthentication(Aws::Utils::Json::JsonView jsonValue)
AWS_MAILMANAGER_API RelayAuthentication & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAILMANAGER_API RelayAuthentication()
const Aws::String & GetSecretArn() const
bool NoAuthenticationHasBeenSet() const
void SetSecretArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue