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