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/Destination.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>
90 template <
typename DestinationT = Destination>
92 m_destinationHasBeenSet =
true;
93 m_destination = std::forward<DestinationT>(value);
95 template <
typename DestinationT = Destination>
109 template <
typename ReplyToAddressesT = Aws::Vector<Aws::String>>
111 m_replyToAddressesHasBeenSet =
true;
112 m_replyToAddresses = std::forward<ReplyToAddressesT>(value);
114 template <
typename ReplyToAddressesT = Aws::Vector<Aws::String>>
119 template <
typename ReplyToAddressesT = Aws::String>
121 m_replyToAddressesHasBeenSet =
true;
122 m_replyToAddresses.emplace_back(std::forward<ReplyToAddressesT>(value));
139 template <
typename ReturnPathT = Aws::String>
141 m_returnPathHasBeenSet =
true;
142 m_returnPath = std::forward<ReturnPathT>(value);
144 template <
typename ReturnPathT = Aws::String>
168 template <
typename SourceArnT = Aws::String>
170 m_sourceArnHasBeenSet =
true;
171 m_sourceArn = std::forward<SourceArnT>(value);
173 template <
typename SourceArnT = Aws::String>
198 template <
typename ReturnPathArnT = Aws::String>
200 m_returnPathArnHasBeenSet =
true;
201 m_returnPathArn = std::forward<ReturnPathArnT>(value);
203 template <
typename ReturnPathArnT = Aws::String>
219 template <
typename TagsT = Aws::Vector<MessageTag>>
221 m_tagsHasBeenSet =
true;
222 m_tags = std::forward<TagsT>(value);
224 template <
typename TagsT = Aws::Vector<MessageTag>>
226 SetTags(std::forward<TagsT>(value));
229 template <
typename TagsT = MessageTag>
231 m_tagsHasBeenSet =
true;
232 m_tags.emplace_back(std::forward<TagsT>(value));
244 template <
typename ConfigurationSetNameT = Aws::String>
246 m_configurationSetNameHasBeenSet =
true;
247 m_configurationSetName = std::forward<ConfigurationSetNameT>(value);
249 template <
typename ConfigurationSetNameT = Aws::String>
262 template <
typename TemplateT = Aws::String>
264 m_templateHasBeenSet =
true;
265 m_template = std::forward<TemplateT>(value);
267 template <
typename TemplateT = Aws::String>
280 template <
typename TemplateArnT = Aws::String>
282 m_templateArnHasBeenSet =
true;
283 m_templateArn = std::forward<TemplateArnT>(value);
285 template <
typename TemplateArnT = Aws::String>
300 template <
typename TemplateDataT = Aws::String>
302 m_templateDataHasBeenSet =
true;
303 m_templateData = std::forward<TemplateDataT>(value);
305 template <
typename TemplateDataT = Aws::String>
333 bool m_sourceHasBeenSet =
false;
334 bool m_destinationHasBeenSet =
false;
335 bool m_replyToAddressesHasBeenSet =
false;
336 bool m_returnPathHasBeenSet =
false;
337 bool m_sourceArnHasBeenSet =
false;
338 bool m_returnPathArnHasBeenSet =
false;
339 bool m_tagsHasBeenSet =
false;
340 bool m_configurationSetNameHasBeenSet =
false;
341 bool m_templateHasBeenSet =
false;
342 bool m_templateArnHasBeenSet =
false;
343 bool m_templateDataHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
bool ConfigurationSetNameHasBeenSet() const
const Aws::Vector< MessageTag > & GetTags() const
bool TemplateHasBeenSet() const
SendTemplatedEmailRequest & AddTags(TagsT &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_SES_API Aws::String SerializePayload() const override
bool ReturnPathArnHasBeenSet() const
const Aws::String & GetConfigurationSetName() const
bool TagsHasBeenSet() const
const Aws::Vector< Aws::String > & GetReplyToAddresses() const
void SetReturnPathArn(ReturnPathArnT &&value)
const Aws::String & GetSource() const
bool SourceHasBeenSet() const
SendTemplatedEmailRequest & WithReplyToAddresses(ReplyToAddressesT &&value)
const Aws::String & GetTemplateData() const
void SetDestination(DestinationT &&value)
SendTemplatedEmailRequest & WithTemplate(TemplateT &&value)
void SetTemplate(TemplateT &&value)
void SetReplyToAddresses(ReplyToAddressesT &&value)
SendTemplatedEmailRequest & WithSource(SourceT &&value)
void SetReturnPath(ReturnPathT &&value)
void SetConfigurationSetName(ConfigurationSetNameT &&value)
bool TemplateArnHasBeenSet() const
SendTemplatedEmailRequest & WithReturnPathArn(ReturnPathArnT &&value)
SendTemplatedEmailRequest & WithTags(TagsT &&value)
const Aws::String & GetSourceArn() const
const Destination & GetDestination() const
const Aws::String & GetTemplate() const
const Aws::String & GetReturnPath() const
void SetTemplateData(TemplateDataT &&value)
const Aws::String & GetReturnPathArn() const
SendTemplatedEmailRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
SendTemplatedEmailRequest & WithDestination(DestinationT &&value)
SendTemplatedEmailRequest & WithReturnPath(ReturnPathT &&value)
const Aws::String & GetTemplateArn() const
SendTemplatedEmailRequest & WithTemplateArn(TemplateArnT &&value)
SendTemplatedEmailRequest & AddReplyToAddresses(ReplyToAddressesT &&value)
bool SourceArnHasBeenSet() const
void SetSource(SourceT &&value)
void SetTemplateArn(TemplateArnT &&value)
AWS_SES_API SendTemplatedEmailRequest()=default
bool ReturnPathHasBeenSet() const
void SetSourceArn(SourceArnT &&value)
SendTemplatedEmailRequest & WithTemplateData(TemplateDataT &&value)
bool ReplyToAddressesHasBeenSet() const
bool TemplateDataHasBeenSet() const
SendTemplatedEmailRequest & WithSourceArn(SourceArnT &&value)
bool DestinationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector