7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/email/SESRequest.h>
10#include <aws/email/SES_EXPORTS.h>
11#include <aws/email/model/BulkEmailDestination.h>
12#include <aws/email/model/MessageTag.h>
71 template <
typename SourceT = Aws::String>
73 m_sourceHasBeenSet =
true;
74 m_source = std::forward<SourceT>(value);
76 template <
typename SourceT = Aws::String>
100 template <
typename SourceArnT = Aws::String>
102 m_sourceArnHasBeenSet =
true;
103 m_sourceArn = std::forward<SourceArnT>(value);
105 template <
typename SourceArnT = Aws::String>
119 template <
typename ReplyToAddressesT = Aws::Vector<Aws::String>>
121 m_replyToAddressesHasBeenSet =
true;
122 m_replyToAddresses = std::forward<ReplyToAddressesT>(value);
124 template <
typename ReplyToAddressesT = Aws::Vector<Aws::String>>
129 template <
typename ReplyToAddressesT = Aws::String>
131 m_replyToAddressesHasBeenSet =
true;
132 m_replyToAddresses.emplace_back(std::forward<ReplyToAddressesT>(value));
149 template <
typename ReturnPathT = Aws::String>
151 m_returnPathHasBeenSet =
true;
152 m_returnPath = std::forward<ReturnPathT>(value);
154 template <
typename ReturnPathT = Aws::String>
179 template <
typename ReturnPathArnT = Aws::String>
181 m_returnPathArnHasBeenSet =
true;
182 m_returnPathArn = std::forward<ReturnPathArnT>(value);
184 template <
typename ReturnPathArnT = Aws::String>
198 template <
typename ConfigurationSetNameT = Aws::String>
200 m_configurationSetNameHasBeenSet =
true;
201 m_configurationSetName = std::forward<ConfigurationSetNameT>(value);
203 template <
typename ConfigurationSetNameT = Aws::String>
217 template <
typename DefaultTagsT = Aws::Vector<MessageTag>>
219 m_defaultTagsHasBeenSet =
true;
220 m_defaultTags = std::forward<DefaultTagsT>(value);
222 template <
typename DefaultTagsT = Aws::Vector<MessageTag>>
227 template <
typename DefaultTagsT = MessageTag>
229 m_defaultTagsHasBeenSet =
true;
230 m_defaultTags.emplace_back(std::forward<DefaultTagsT>(value));
241 template <
typename TemplateT = Aws::String>
243 m_templateHasBeenSet =
true;
244 m_template = std::forward<TemplateT>(value);
246 template <
typename TemplateT = Aws::String>
259 template <
typename TemplateArnT = Aws::String>
261 m_templateArnHasBeenSet =
true;
262 m_templateArn = std::forward<TemplateArnT>(value);
264 template <
typename TemplateArnT = Aws::String>
281 template <
typename DefaultTemplateDataT = Aws::String>
283 m_defaultTemplateDataHasBeenSet =
true;
284 m_defaultTemplateData = std::forward<DefaultTemplateDataT>(value);
286 template <
typename DefaultTemplateDataT = Aws::String>
302 template <
typename DestinationsT = Aws::Vector<BulkEmailDestination>>
304 m_destinationsHasBeenSet =
true;
305 m_destinations = std::forward<DestinationsT>(value);
307 template <
typename DestinationsT = Aws::Vector<BulkEmailDestination>>
312 template <
typename DestinationsT = BulkEmailDestination>
314 m_destinationsHasBeenSet =
true;
315 m_destinations.emplace_back(std::forward<DestinationsT>(value));
341 bool m_sourceHasBeenSet =
false;
342 bool m_sourceArnHasBeenSet =
false;
343 bool m_replyToAddressesHasBeenSet =
false;
344 bool m_returnPathHasBeenSet =
false;
345 bool m_returnPathArnHasBeenSet =
false;
346 bool m_configurationSetNameHasBeenSet =
false;
347 bool m_defaultTagsHasBeenSet =
false;
348 bool m_templateHasBeenSet =
false;
349 bool m_templateArnHasBeenSet =
false;
350 bool m_defaultTemplateDataHasBeenSet =
false;
351 bool m_destinationsHasBeenSet =
false;
void SetReturnPathArn(ReturnPathArnT &&value)
SendBulkTemplatedEmailRequest & AddDefaultTags(DefaultTagsT &&value)
const Aws::String & GetDefaultTemplateData() const
bool TemplateArnHasBeenSet() const
bool ReturnPathArnHasBeenSet() const
const Aws::String & GetReturnPathArn() const
void SetReturnPath(ReturnPathT &&value)
void SetDestinations(DestinationsT &&value)
SendBulkTemplatedEmailRequest & WithSource(SourceT &&value)
SendBulkTemplatedEmailRequest & WithDefaultTags(DefaultTagsT &&value)
bool ReturnPathHasBeenSet() const
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ConfigurationSetNameHasBeenSet() const
bool SourceArnHasBeenSet() const
AWS_SES_API Aws::String SerializePayload() const override
const Aws::String & GetReturnPath() const
void SetTemplate(TemplateT &&value)
bool SourceHasBeenSet() const
SendBulkTemplatedEmailRequest & WithReplyToAddresses(ReplyToAddressesT &&value)
const Aws::String & GetSourceArn() const
const Aws::Vector< Aws::String > & GetReplyToAddresses() const
SendBulkTemplatedEmailRequest & WithDefaultTemplateData(DefaultTemplateDataT &&value)
SendBulkTemplatedEmailRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
SendBulkTemplatedEmailRequest & AddDestinations(DestinationsT &&value)
const Aws::String & GetSource() const
bool DestinationsHasBeenSet() const
SendBulkTemplatedEmailRequest & WithTemplate(TemplateT &&value)
SendBulkTemplatedEmailRequest & WithTemplateArn(TemplateArnT &&value)
void SetDefaultTemplateData(DefaultTemplateDataT &&value)
void SetSource(SourceT &&value)
bool TemplateHasBeenSet() const
void SetTemplateArn(TemplateArnT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetConfigurationSetName() const
SendBulkTemplatedEmailRequest & WithReturnPathArn(ReturnPathArnT &&value)
AWS_SES_API SendBulkTemplatedEmailRequest()=default
bool DefaultTagsHasBeenSet() const
void SetSourceArn(SourceArnT &&value)
void SetReplyToAddresses(ReplyToAddressesT &&value)
void SetConfigurationSetName(ConfigurationSetNameT &&value)
const Aws::String & GetTemplate() const
SendBulkTemplatedEmailRequest & AddReplyToAddresses(ReplyToAddressesT &&value)
const Aws::Vector< BulkEmailDestination > & GetDestinations() const
const Aws::Vector< MessageTag > & GetDefaultTags() const
bool DefaultTemplateDataHasBeenSet() const
SendBulkTemplatedEmailRequest & WithReturnPath(ReturnPathT &&value)
void SetDefaultTags(DefaultTagsT &&value)
SendBulkTemplatedEmailRequest & WithDestinations(DestinationsT &&value)
SendBulkTemplatedEmailRequest & WithSourceArn(SourceArnT &&value)
const Aws::String & GetTemplateArn() const
bool ReplyToAddressesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector