7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PinpointEmail
47 inline void SetEmailIdentity(
const char* value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity.assign(value); }
63 inline void SetSigningEnabled(
bool value) { m_signingEnabledHasBeenSet =
true; m_signingEnabled = value; }
69 bool m_emailIdentityHasBeenSet =
false;
71 bool m_signingEnabled;
72 bool m_signingEnabledHasBeenSet =
false;
void SetEmailIdentity(const Aws::String &value)
PutEmailIdentityDkimAttributesRequest & WithEmailIdentity(const char *value)
void SetEmailIdentity(const char *value)
PutEmailIdentityDkimAttributesRequest & WithSigningEnabled(bool value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
PutEmailIdentityDkimAttributesRequest & WithEmailIdentity(Aws::String &&value)
PutEmailIdentityDkimAttributesRequest & WithEmailIdentity(const Aws::String &value)
bool EmailIdentityHasBeenSet() const
AWS_PINPOINTEMAIL_API PutEmailIdentityDkimAttributesRequest()
void SetSigningEnabled(bool value)
bool GetSigningEnabled() const
bool SigningEnabledHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetEmailIdentity(Aws::String &&value)
const Aws::String & GetEmailIdentity() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String