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/core/utils/memory/stl/AWSVector.h>
11#include <aws/sesv2/model/BulkEmailContent.h>
12#include <aws/sesv2/model/MessageTag.h>
13#include <aws/sesv2/model/BulkEmailEntry.h>
54 inline void SetFromEmailAddress(
const char* value) { m_fromEmailAddressHasBeenSet =
true; m_fromEmailAddress.assign(value); }
79 inline void SetFromEmailAddressIdentityArn(
const char* value) { m_fromEmailAddressIdentityArnHasBeenSet =
true; m_fromEmailAddressIdentityArn.assign(value); }
194 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
202 bool m_fromEmailAddressHasBeenSet =
false;
205 bool m_fromEmailAddressIdentityArnHasBeenSet =
false;
208 bool m_replyToAddressesHasBeenSet =
false;
211 bool m_feedbackForwardingEmailAddressHasBeenSet =
false;
213 Aws::String m_feedbackForwardingEmailAddressIdentityArn;
214 bool m_feedbackForwardingEmailAddressIdentityArnHasBeenSet =
false;
217 bool m_defaultEmailTagsHasBeenSet =
false;
220 bool m_defaultContentHasBeenSet =
false;
223 bool m_bulkEmailEntriesHasBeenSet =
false;
226 bool m_configurationSetNameHasBeenSet =
false;
void SetFromEmailAddressIdentityArn(const Aws::String &value)
const Aws::String & GetFeedbackForwardingEmailAddress() const
SendBulkEmailRequest & WithConfigurationSetName(Aws::String &&value)
SendBulkEmailRequest & WithDefaultEmailTags(Aws::Vector< MessageTag > &&value)
SendBulkEmailRequest & WithFromEmailAddress(Aws::String &&value)
const Aws::String & GetFromEmailAddressIdentityArn() const
SendBulkEmailRequest & WithFeedbackForwardingEmailAddress(Aws::String &&value)
void SetBulkEmailEntries(const Aws::Vector< BulkEmailEntry > &value)
SendBulkEmailRequest & WithFeedbackForwardingEmailAddressIdentityArn(const char *value)
void SetFromEmailAddress(const Aws::String &value)
SendBulkEmailRequest & AddDefaultEmailTags(MessageTag &&value)
bool DefaultEmailTagsHasBeenSet() const
SendBulkEmailRequest & WithFromEmailAddress(const char *value)
SendBulkEmailRequest & WithDefaultContent(const BulkEmailContent &value)
SendBulkEmailRequest & WithFromEmailAddressIdentityArn(const Aws::String &value)
void SetConfigurationSetName(const char *value)
void SetFeedbackForwardingEmailAddressIdentityArn(Aws::String &&value)
void SetReplyToAddresses(const Aws::Vector< Aws::String > &value)
SendBulkEmailRequest & WithReplyToAddresses(const Aws::Vector< Aws::String > &value)
SendBulkEmailRequest & AddReplyToAddresses(Aws::String &&value)
const Aws::String & GetFeedbackForwardingEmailAddressIdentityArn() const
void SetFeedbackForwardingEmailAddress(const Aws::String &value)
SendBulkEmailRequest & AddDefaultEmailTags(const MessageTag &value)
SendBulkEmailRequest & WithConfigurationSetName(const char *value)
void SetFromEmailAddressIdentityArn(Aws::String &&value)
void SetFromEmailAddress(const char *value)
void SetReplyToAddresses(Aws::Vector< Aws::String > &&value)
const Aws::Vector< MessageTag > & GetDefaultEmailTags() const
SendBulkEmailRequest & WithDefaultEmailTags(const Aws::Vector< MessageTag > &value)
bool ConfigurationSetNameHasBeenSet() const
bool FromEmailAddressHasBeenSet() const
SendBulkEmailRequest & WithFeedbackForwardingEmailAddress(const Aws::String &value)
void SetDefaultContent(BulkEmailContent &&value)
SendBulkEmailRequest & WithFromEmailAddressIdentityArn(Aws::String &&value)
SendBulkEmailRequest & AddBulkEmailEntries(const BulkEmailEntry &value)
SendBulkEmailRequest & WithBulkEmailEntries(const Aws::Vector< BulkEmailEntry > &value)
SendBulkEmailRequest & WithConfigurationSetName(const Aws::String &value)
SendBulkEmailRequest & AddBulkEmailEntries(BulkEmailEntry &&value)
SendBulkEmailRequest & AddReplyToAddresses(const char *value)
void SetDefaultContent(const BulkEmailContent &value)
SendBulkEmailRequest & WithFeedbackForwardingEmailAddressIdentityArn(const Aws::String &value)
SendBulkEmailRequest & WithReplyToAddresses(Aws::Vector< Aws::String > &&value)
void SetFeedbackForwardingEmailAddressIdentityArn(const Aws::String &value)
void SetBulkEmailEntries(Aws::Vector< BulkEmailEntry > &&value)
SendBulkEmailRequest & AddReplyToAddresses(const Aws::String &value)
const Aws::Vector< Aws::String > & GetReplyToAddresses() const
void SetDefaultEmailTags(const Aws::Vector< MessageTag > &value)
SendBulkEmailRequest & WithFromEmailAddressIdentityArn(const char *value)
AWS_SESV2_API SendBulkEmailRequest()
void SetDefaultEmailTags(Aws::Vector< MessageTag > &&value)
void SetFeedbackForwardingEmailAddress(Aws::String &&value)
const Aws::String & GetConfigurationSetName() const
void SetFeedbackForwardingEmailAddressIdentityArn(const char *value)
SendBulkEmailRequest & WithFeedbackForwardingEmailAddress(const char *value)
SendBulkEmailRequest & WithFromEmailAddress(const Aws::String &value)
bool FeedbackForwardingEmailAddressIdentityArnHasBeenSet() const
bool FromEmailAddressIdentityArnHasBeenSet() const
AWS_SESV2_API Aws::String SerializePayload() const override
const BulkEmailContent & GetDefaultContent() const
virtual const char * GetServiceRequestName() const override
bool BulkEmailEntriesHasBeenSet() const
SendBulkEmailRequest & WithBulkEmailEntries(Aws::Vector< BulkEmailEntry > &&value)
bool FeedbackForwardingEmailAddressHasBeenSet() const
bool ReplyToAddressesHasBeenSet() const
void SetConfigurationSetName(Aws::String &&value)
void SetFeedbackForwardingEmailAddress(const char *value)
SendBulkEmailRequest & WithFeedbackForwardingEmailAddressIdentityArn(Aws::String &&value)
bool DefaultContentHasBeenSet() const
void SetFromEmailAddress(Aws::String &&value)
SendBulkEmailRequest & WithDefaultContent(BulkEmailContent &&value)
const Aws::String & GetFromEmailAddress() const
void SetConfigurationSetName(const Aws::String &value)
const Aws::Vector< BulkEmailEntry > & GetBulkEmailEntries() const
void SetFromEmailAddressIdentityArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector