7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint-email/model/Destination.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/pinpoint-email/model/EmailContent.h>
13#include <aws/pinpoint-email/model/MessageTag.h>
18namespace PinpointEmail
51 inline void SetFromEmailAddress(
const char* value) { m_fromEmailAddressHasBeenSet =
true; m_fromEmailAddress.assign(value); }
139 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
147 bool m_fromEmailAddressHasBeenSet =
false;
150 bool m_destinationHasBeenSet =
false;
153 bool m_replyToAddressesHasBeenSet =
false;
156 bool m_feedbackForwardingEmailAddressHasBeenSet =
false;
159 bool m_contentHasBeenSet =
false;
162 bool m_emailTagsHasBeenSet =
false;
165 bool m_configurationSetNameHasBeenSet =
false;
void SetConfigurationSetName(const Aws::String &value)
bool FeedbackForwardingEmailAddressHasBeenSet() const
void SetFeedbackForwardingEmailAddress(const char *value)
bool DestinationHasBeenSet() const
bool ContentHasBeenSet() const
SendEmailRequest & WithFeedbackForwardingEmailAddress(Aws::String &&value)
void SetFromEmailAddress(const Aws::String &value)
SendEmailRequest & WithFromEmailAddress(const Aws::String &value)
const Aws::Vector< Aws::String > & GetReplyToAddresses() const
const EmailContent & GetContent() const
void SetFeedbackForwardingEmailAddress(Aws::String &&value)
bool EmailTagsHasBeenSet() const
SendEmailRequest & WithFromEmailAddress(Aws::String &&value)
void SetEmailTags(Aws::Vector< MessageTag > &&value)
SendEmailRequest & WithConfigurationSetName(Aws::String &&value)
SendEmailRequest & AddReplyToAddresses(const Aws::String &value)
bool ReplyToAddressesHasBeenSet() const
void SetFromEmailAddress(Aws::String &&value)
SendEmailRequest & WithConfigurationSetName(const char *value)
SendEmailRequest & WithFromEmailAddress(const char *value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
bool ConfigurationSetNameHasBeenSet() const
bool FromEmailAddressHasBeenSet() const
void SetContent(const EmailContent &value)
SendEmailRequest & WithDestination(const Destination &value)
void SetFromEmailAddress(const char *value)
SendEmailRequest & WithConfigurationSetName(const Aws::String &value)
SendEmailRequest & WithFeedbackForwardingEmailAddress(const char *value)
SendEmailRequest & AddReplyToAddresses(Aws::String &&value)
SendEmailRequest & WithReplyToAddresses(Aws::Vector< Aws::String > &&value)
SendEmailRequest & WithFeedbackForwardingEmailAddress(const Aws::String &value)
void SetFeedbackForwardingEmailAddress(const Aws::String &value)
void SetDestination(const Destination &value)
SendEmailRequest & AddEmailTags(MessageTag &&value)
AWS_PINPOINTEMAIL_API SendEmailRequest()
SendEmailRequest & WithEmailTags(const Aws::Vector< MessageTag > &value)
const Aws::Vector< MessageTag > & GetEmailTags() const
void SetConfigurationSetName(const char *value)
SendEmailRequest & WithContent(EmailContent &&value)
const Aws::String & GetFromEmailAddress() const
const Aws::String & GetConfigurationSetName() const
void SetConfigurationSetName(Aws::String &&value)
void SetReplyToAddresses(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
const Destination & GetDestination() const
SendEmailRequest & AddEmailTags(const MessageTag &value)
void SetReplyToAddresses(const Aws::Vector< Aws::String > &value)
SendEmailRequest & WithDestination(Destination &&value)
const Aws::String & GetFeedbackForwardingEmailAddress() const
SendEmailRequest & WithEmailTags(Aws::Vector< MessageTag > &&value)
void SetEmailTags(const Aws::Vector< MessageTag > &value)
void SetContent(EmailContent &&value)
SendEmailRequest & WithReplyToAddresses(const Aws::Vector< Aws::String > &value)
SendEmailRequest & AddReplyToAddresses(const char *value)
SendEmailRequest & WithContent(const EmailContent &value)
void SetDestination(Destination &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector