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
34 inline virtual const char*
GetServiceRequestName()
const override {
return "PutEmailIdentityFeedbackAttributes"; }
46 template<
typename EmailIdentityT = Aws::String>
47 void SetEmailIdentity(EmailIdentityT&& value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity = std::forward<EmailIdentityT>(value); }
48 template<
typename EmailIdentityT = Aws::String>
73 bool m_emailIdentityHasBeenSet =
false;
75 bool m_emailForwardingEnabled{
false};
76 bool m_emailForwardingEnabledHasBeenSet =
false;
bool GetEmailForwardingEnabled() const
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
const Aws::String & GetEmailIdentity() const
void SetEmailIdentity(EmailIdentityT &&value)
PutEmailIdentityFeedbackAttributesRequest & WithEmailForwardingEnabled(bool value)
virtual const char * GetServiceRequestName() const override
AWS_PINPOINTEMAIL_API PutEmailIdentityFeedbackAttributesRequest()=default
PutEmailIdentityFeedbackAttributesRequest & WithEmailIdentity(EmailIdentityT &&value)
bool EmailIdentityHasBeenSet() const
bool EmailForwardingEnabledHasBeenSet() const
void SetEmailForwardingEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String