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
45 template<
typename EmailIdentityT = Aws::String>
46 void SetEmailIdentity(EmailIdentityT&& value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity = std::forward<EmailIdentityT>(value); }
47 template<
typename EmailIdentityT = Aws::String>
61 inline void SetSigningEnabled(
bool value) { m_signingEnabledHasBeenSet =
true; m_signingEnabled = value; }
67 bool m_emailIdentityHasBeenSet =
false;
69 bool m_signingEnabled{
false};
70 bool m_signingEnabledHasBeenSet =
false;
PutEmailIdentityDkimAttributesRequest & WithSigningEnabled(bool value)
AWS_PINPOINTEMAIL_API PutEmailIdentityDkimAttributesRequest()=default
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
bool EmailIdentityHasBeenSet() const
void SetSigningEnabled(bool value)
bool GetSigningEnabled() const
PutEmailIdentityDkimAttributesRequest & WithEmailIdentity(EmailIdentityT &&value)
bool SigningEnabledHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetEmailIdentity(EmailIdentityT &&value)
const Aws::String & GetEmailIdentity() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String