7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mailmanager/model/NoAuthentication.h>
51 template<
typename SecretArnT = Aws::String>
52 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
53 template<
typename SecretArnT = Aws::String>
64 template<
typename NoAuthenticationT = NoAuthentication>
65 void SetNoAuthentication(NoAuthenticationT&& value) { m_noAuthenticationHasBeenSet =
true; m_noAuthentication = std::forward<NoAuthenticationT>(value); }
66 template<
typename NoAuthenticationT = NoAuthentication>
72 bool m_secretArnHasBeenSet =
false;
75 bool m_noAuthenticationHasBeenSet =
false;
void SetNoAuthentication(NoAuthenticationT &&value)
AWS_MAILMANAGER_API RelayAuthentication()=default
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SecretArnHasBeenSet() const
const NoAuthentication & GetNoAuthentication() const
RelayAuthentication & WithNoAuthentication(NoAuthenticationT &&value)
RelayAuthentication & WithSecretArn(SecretArnT &&value)
AWS_MAILMANAGER_API RelayAuthentication(Aws::Utils::Json::JsonView jsonValue)
AWS_MAILMANAGER_API RelayAuthentication & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecretArn(SecretArnT &&value)
const Aws::String & GetSecretArn() const
bool NoAuthenticationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue