7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetEmailIdentity(
const char* value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity.assign(value); }
57 bool m_emailIdentityHasBeenSet =
false;
DeleteEmailIdentityRequest & WithEmailIdentity(const char *value)
AWS_SESV2_API DeleteEmailIdentityRequest()
DeleteEmailIdentityRequest & WithEmailIdentity(Aws::String &&value)
AWS_SESV2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetEmailIdentity(const Aws::String &value)
DeleteEmailIdentityRequest & WithEmailIdentity(const Aws::String &value)
const Aws::String & GetEmailIdentity() const
bool EmailIdentityHasBeenSet() const
void SetEmailIdentity(const char *value)
void SetEmailIdentity(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String