7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sesv2/model/SuppressionListReason.h>
49 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
70 bool m_emailAddressHasBeenSet =
false;
73 bool m_reasonHasBeenSet =
false;
AWS_SESV2_API Aws::String SerializePayload() const override
void SetReason(const SuppressionListReason &value)
void SetReason(SuppressionListReason &&value)
PutSuppressedDestinationRequest & WithEmailAddress(const Aws::String &value)
void SetEmailAddress(const Aws::String &value)
PutSuppressedDestinationRequest & WithEmailAddress(Aws::String &&value)
void SetEmailAddress(const char *value)
void SetEmailAddress(Aws::String &&value)
bool ReasonHasBeenSet() const
const Aws::String & GetEmailAddress() const
PutSuppressedDestinationRequest & WithReason(SuppressionListReason &&value)
const SuppressionListReason & GetReason() const
virtual const char * GetServiceRequestName() const override
PutSuppressedDestinationRequest & WithReason(const SuppressionListReason &value)
bool EmailAddressHasBeenSet() const
PutSuppressedDestinationRequest & WithEmailAddress(const char *value)
AWS_SESV2_API PutSuppressedDestinationRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String