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/Destination.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sesv2/model/EmailContent.h>
13#include <aws/sesv2/model/ListManagementOptions.h>
14#include <aws/sesv2/model/MessageTag.h>
55 inline void SetFromEmailAddress(
const char* value) { m_fromEmailAddressHasBeenSet =
true; m_fromEmailAddress.assign(value); }
82 inline void SetFromEmailAddressIdentityArn(
const char* value) { m_fromEmailAddressIdentityArnHasBeenSet =
true; m_fromEmailAddressIdentityArn.assign(value); }
195 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
216 bool m_fromEmailAddressHasBeenSet =
false;
219 bool m_fromEmailAddressIdentityArnHasBeenSet =
false;
222 bool m_destinationHasBeenSet =
false;
225 bool m_replyToAddressesHasBeenSet =
false;
228 bool m_feedbackForwardingEmailAddressHasBeenSet =
false;
230 Aws::String m_feedbackForwardingEmailAddressIdentityArn;
231 bool m_feedbackForwardingEmailAddressIdentityArnHasBeenSet =
false;
234 bool m_contentHasBeenSet =
false;
237 bool m_emailTagsHasBeenSet =
false;
240 bool m_configurationSetNameHasBeenSet =
false;
243 bool m_listManagementOptionsHasBeenSet =
false;
void SetFeedbackForwardingEmailAddress(const char *value)
SendEmailRequest & AddEmailTags(const MessageTag &value)
const Aws::String & GetFeedbackForwardingEmailAddress() const
bool ContentHasBeenSet() const
SendEmailRequest & WithEmailTags(const Aws::Vector< MessageTag > &value)
void SetFeedbackForwardingEmailAddress(const Aws::String &value)
bool EmailTagsHasBeenSet() const
SendEmailRequest & WithDestination(Destination &&value)
SendEmailRequest & WithDestination(const Destination &value)
SendEmailRequest & WithFeedbackForwardingEmailAddressIdentityArn(Aws::String &&value)
void SetListManagementOptions(const ListManagementOptions &value)
void SetEmailTags(Aws::Vector< MessageTag > &&value)
SendEmailRequest & WithFeedbackForwardingEmailAddress(const Aws::String &value)
SendEmailRequest & WithFeedbackForwardingEmailAddress(const char *value)
void SetFeedbackForwardingEmailAddressIdentityArn(const Aws::String &value)
const Aws::String & GetFromEmailAddress() const
void SetFeedbackForwardingEmailAddressIdentityArn(const char *value)
const EmailContent & GetContent() const
void SetConfigurationSetName(const char *value)
void SetFromEmailAddress(const char *value)
void SetDestination(const Destination &value)
SendEmailRequest & WithFromEmailAddress(Aws::String &&value)
SendEmailRequest & WithListManagementOptions(ListManagementOptions &&value)
SendEmailRequest & AddEmailTags(MessageTag &&value)
SendEmailRequest & WithFromEmailAddressIdentityArn(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
SendEmailRequest & AddReplyToAddresses(const char *value)
const Aws::String & GetFeedbackForwardingEmailAddressIdentityArn() const
void SetConfigurationSetName(const Aws::String &value)
void SetFeedbackForwardingEmailAddress(Aws::String &&value)
SendEmailRequest & WithContent(EmailContent &&value)
bool ReplyToAddressesHasBeenSet() const
SendEmailRequest & WithConfigurationSetName(Aws::String &&value)
const Aws::Vector< MessageTag > & GetEmailTags() const
SendEmailRequest & WithFromEmailAddressIdentityArn(const Aws::String &value)
SendEmailRequest & WithEmailTags(Aws::Vector< MessageTag > &&value)
SendEmailRequest & WithListManagementOptions(const ListManagementOptions &value)
SendEmailRequest & WithFromEmailAddressIdentityArn(const char *value)
bool FeedbackForwardingEmailAddressIdentityArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetReplyToAddresses() const
void SetEmailTags(const Aws::Vector< MessageTag > &value)
SendEmailRequest & WithConfigurationSetName(const Aws::String &value)
SendEmailRequest & AddReplyToAddresses(Aws::String &&value)
void SetContent(const EmailContent &value)
void SetReplyToAddresses(const Aws::Vector< Aws::String > &value)
AWS_SESV2_API Aws::String SerializePayload() const override
SendEmailRequest & WithFeedbackForwardingEmailAddressIdentityArn(const char *value)
bool FromEmailAddressHasBeenSet() const
SendEmailRequest & WithFeedbackForwardingEmailAddressIdentityArn(const Aws::String &value)
const Destination & GetDestination() const
SendEmailRequest & AddReplyToAddresses(const Aws::String &value)
void SetFromEmailAddressIdentityArn(Aws::String &&value)
bool DestinationHasBeenSet() const
SendEmailRequest & WithReplyToAddresses(Aws::Vector< Aws::String > &&value)
void SetFromEmailAddressIdentityArn(const Aws::String &value)
bool ConfigurationSetNameHasBeenSet() const
SendEmailRequest & WithFeedbackForwardingEmailAddress(Aws::String &&value)
SendEmailRequest & WithFromEmailAddress(const Aws::String &value)
void SetDestination(Destination &&value)
SendEmailRequest & WithConfigurationSetName(const char *value)
void SetContent(EmailContent &&value)
const ListManagementOptions & GetListManagementOptions() const
AWS_SESV2_API SendEmailRequest()
void SetFromEmailAddress(Aws::String &&value)
void SetFromEmailAddress(const Aws::String &value)
void SetFromEmailAddressIdentityArn(const char *value)
const Aws::String & GetFromEmailAddressIdentityArn() const
SendEmailRequest & WithContent(const EmailContent &value)
void SetReplyToAddresses(Aws::Vector< Aws::String > &&value)
void SetFeedbackForwardingEmailAddressIdentityArn(Aws::String &&value)
SendEmailRequest & WithReplyToAddresses(const Aws::Vector< Aws::String > &value)
bool FromEmailAddressIdentityArnHasBeenSet() const
void SetConfigurationSetName(Aws::String &&value)
bool FeedbackForwardingEmailAddressHasBeenSet() const
const Aws::String & GetConfigurationSetName() const
bool ListManagementOptionsHasBeenSet() const
void SetListManagementOptions(ListManagementOptions &&value)
SendEmailRequest & WithFromEmailAddress(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector