7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "PutEmailIdentityFeedbackAttributes"; }
47 inline void SetEmailIdentity(
const char* value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity.assign(value); }
72 bool m_emailIdentityHasBeenSet =
false;
74 bool m_emailForwardingEnabled;
75 bool m_emailForwardingEnabledHasBeenSet =
false;
const Aws::String & GetEmailIdentity() const
PutEmailIdentityFeedbackAttributesRequest & WithEmailIdentity(const char *value)
bool EmailForwardingEnabledHasBeenSet() const
PutEmailIdentityFeedbackAttributesRequest & WithEmailIdentity(const Aws::String &value)
void SetEmailIdentity(const Aws::String &value)
PutEmailIdentityFeedbackAttributesRequest & WithEmailIdentity(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetEmailForwardingEnabled(bool value)
void SetEmailIdentity(Aws::String &&value)
void SetEmailIdentity(const char *value)
AWS_SESV2_API PutEmailIdentityFeedbackAttributesRequest()
PutEmailIdentityFeedbackAttributesRequest & WithEmailForwardingEnabled(bool value)
bool EmailIdentityHasBeenSet() const
bool GetEmailForwardingEnabled() const
AWS_SESV2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String