7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename EmailT = Aws::String>
47 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
48 template<
typename EmailT = Aws::String>
58 inline void SetVerified(
bool value) { m_verifiedHasBeenSet =
true; m_verified = value; }
64 bool m_emailHasBeenSet =
false;
66 bool m_verified{
false};
67 bool m_verifiedHasBeenSet =
false;
void SetVerified(bool value)
EmailAddress & WithVerified(bool value)
bool VerifiedHasBeenSet() const
const Aws::String & GetEmail() const
AWS_CODECATALYST_API EmailAddress()=default
EmailAddress & WithEmail(EmailT &&value)
AWS_CODECATALYST_API EmailAddress & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EmailHasBeenSet() const
AWS_CODECATALYST_API EmailAddress(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEmail(EmailT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue