7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetIdentity(
const char* value) { m_identityHasBeenSet =
true; m_identity.assign(value); }
67 inline void SetDkimEnabled(
bool value) { m_dkimEnabledHasBeenSet =
true; m_dkimEnabled = value; }
73 bool m_identityHasBeenSet =
false;
76 bool m_dkimEnabledHasBeenSet =
false;
void SetIdentity(const Aws::String &value)
SetIdentityDkimEnabledRequest & WithDkimEnabled(bool value)
void SetIdentity(const char *value)
void SetDkimEnabled(bool value)
AWS_SES_API Aws::String SerializePayload() const override
SetIdentityDkimEnabledRequest & WithIdentity(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool DkimEnabledHasBeenSet() const
bool IdentityHasBeenSet() const
AWS_SES_API SetIdentityDkimEnabledRequest()
void SetIdentity(Aws::String &&value)
SetIdentityDkimEnabledRequest & WithIdentity(const char *value)
SetIdentityDkimEnabledRequest & WithIdentity(const Aws::String &value)
bool GetDkimEnabled() const
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetIdentity() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String