53 inline void SetIdentity(
const char* value) { m_identityHasBeenSet =
true; m_identity.assign(value); }
82 inline void SetDkimEnabled(
bool value) { m_dkimEnabledHasBeenSet =
true; m_dkimEnabled = value; }
93 bool m_identityHasBeenSet;
95 bool m_dkimEnabledHasBeenSet;
SetIdentityDkimEnabledRequest & WithDkimEnabled(bool value)
SetIdentityDkimEnabledRequest & WithIdentity(const char *value)
void SetDkimEnabled(bool value)
void SetIdentity(const Aws::String &value)
void SetIdentity(Aws::String &&value)
void SetIdentity(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
SetIdentityDkimEnabledRequest & WithIdentity(const Aws::String &value)
const Aws::String & GetIdentity() const
bool GetDkimEnabled() const
SetIdentityDkimEnabledRequest & WithIdentity(Aws::String &&value)
JSON (JavaScript Object Notation).