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"; }
48 inline void SetEmailIdentity(
const char* value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity.assign(value); }
75 bool m_emailIdentityHasBeenSet =
false;
77 bool m_emailForwardingEnabled;
78 bool m_emailForwardingEnabledHasBeenSet =
false;
bool GetEmailForwardingEnabled() const
PutEmailIdentityFeedbackAttributesRequest & WithEmailIdentity(const Aws::String &value)
PutEmailIdentityFeedbackAttributesRequest & WithEmailIdentity(Aws::String &&value)
void SetEmailIdentity(const Aws::String &value)
PutEmailIdentityFeedbackAttributesRequest & WithEmailIdentity(const char *value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
const Aws::String & GetEmailIdentity() const
PutEmailIdentityFeedbackAttributesRequest & WithEmailForwardingEnabled(bool value)
virtual const char * GetServiceRequestName() const override
void SetEmailIdentity(Aws::String &&value)
bool EmailIdentityHasBeenSet() const
void SetEmailIdentity(const char *value)
bool EmailForwardingEnabledHasBeenSet() const
void SetEmailForwardingEnabled(bool value)
AWS_PINPOINTEMAIL_API PutEmailIdentityFeedbackAttributesRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String