7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetEmailIdentity(
const char* value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity.assign(value); }
62 inline void SetSigningEnabled(
bool value) { m_signingEnabledHasBeenSet =
true; m_signingEnabled = value; }
68 bool m_emailIdentityHasBeenSet =
false;
70 bool m_signingEnabled;
71 bool m_signingEnabledHasBeenSet =
false;
bool SigningEnabledHasBeenSet() const
void SetSigningEnabled(bool value)
void SetEmailIdentity(const char *value)
AWS_SESV2_API PutEmailIdentityDkimAttributesRequest()
PutEmailIdentityDkimAttributesRequest & WithSigningEnabled(bool value)
PutEmailIdentityDkimAttributesRequest & WithEmailIdentity(const char *value)
bool GetSigningEnabled() const
const Aws::String & GetEmailIdentity() const
void SetEmailIdentity(Aws::String &&value)
PutEmailIdentityDkimAttributesRequest & WithEmailIdentity(Aws::String &&value)
AWS_SESV2_API Aws::String SerializePayload() const override
bool EmailIdentityHasBeenSet() const
void SetEmailIdentity(const Aws::String &value)
PutEmailIdentityDkimAttributesRequest & WithEmailIdentity(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String