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/MessageTag.h>
12#include <aws/email/model/RawMessage.h>
68 template <
typename SourceT = Aws::String>
70 m_sourceHasBeenSet =
true;
71 m_source = std::forward<SourceT>(value);
73 template <
typename SourceT = Aws::String>
87 template <
typename DestinationsT = Aws::Vector<Aws::String>>
89 m_destinationsHasBeenSet =
true;
90 m_destinations = std::forward<DestinationsT>(value);
92 template <
typename DestinationsT = Aws::Vector<Aws::String>>
97 template <
typename DestinationsT = Aws::String>
99 m_destinationsHasBeenSet =
true;
100 m_destinations.emplace_back(std::forward<DestinationsT>(value));
128 template <
typename RawMessageT = RawMessage>
130 m_rawMessageHasBeenSet =
true;
131 m_rawMessage = std::forward<RawMessageT>(value);
133 template <
typename RawMessageT = RawMessage>
156 template <
typename FromArnT = Aws::String>
158 m_fromArnHasBeenSet =
true;
159 m_fromArn = std::forward<FromArnT>(value);
161 template <
typename FromArnT = Aws::String>
190 template <
typename SourceArnT = Aws::String>
192 m_sourceArnHasBeenSet =
true;
193 m_sourceArn = std::forward<SourceArnT>(value);
195 template <
typename SourceArnT = Aws::String>
225 template <
typename ReturnPathArnT = Aws::String>
227 m_returnPathArnHasBeenSet =
true;
228 m_returnPathArn = std::forward<ReturnPathArnT>(value);
230 template <
typename ReturnPathArnT = Aws::String>
245 template <
typename TagsT = Aws::Vector<MessageTag>>
247 m_tagsHasBeenSet =
true;
248 m_tags = std::forward<TagsT>(value);
250 template <
typename TagsT = Aws::Vector<MessageTag>>
252 SetTags(std::forward<TagsT>(value));
255 template <
typename TagsT = MessageTag>
257 m_tagsHasBeenSet =
true;
258 m_tags.emplace_back(std::forward<TagsT>(value));
270 template <
typename ConfigurationSetNameT = Aws::String>
272 m_configurationSetNameHasBeenSet =
true;
273 m_configurationSetName = std::forward<ConfigurationSetNameT>(value);
275 template <
typename ConfigurationSetNameT = Aws::String>
297 bool m_sourceHasBeenSet =
false;
298 bool m_destinationsHasBeenSet =
false;
299 bool m_rawMessageHasBeenSet =
false;
300 bool m_fromArnHasBeenSet =
false;
301 bool m_sourceArnHasBeenSet =
false;
302 bool m_returnPathArnHasBeenSet =
false;
303 bool m_tagsHasBeenSet =
false;
304 bool m_configurationSetNameHasBeenSet =
false;
void SetSourceArn(SourceArnT &&value)
void SetSource(SourceT &&value)
const Aws::String & GetSourceArn() const
SendRawEmailRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetReturnPathArn() const
void SetTags(TagsT &&value)
const Aws::String & GetFromArn() const
SendRawEmailRequest & WithReturnPathArn(ReturnPathArnT &&value)
SendRawEmailRequest & WithDestinations(DestinationsT &&value)
bool ConfigurationSetNameHasBeenSet() const
SendRawEmailRequest & WithSource(SourceT &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetRawMessage(RawMessageT &&value)
SendRawEmailRequest & WithSourceArn(SourceArnT &&value)
bool DestinationsHasBeenSet() const
bool TagsHasBeenSet() const
SendRawEmailRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
const Aws::String & GetSource() const
bool RawMessageHasBeenSet() const
void SetFromArn(FromArnT &&value)
AWS_SES_API Aws::String SerializePayload() const override
bool SourceArnHasBeenSet() const
void SetReturnPathArn(ReturnPathArnT &&value)
void SetDestinations(DestinationsT &&value)
bool SourceHasBeenSet() const
const RawMessage & GetRawMessage() const
SendRawEmailRequest & WithRawMessage(RawMessageT &&value)
SendRawEmailRequest & AddDestinations(DestinationsT &&value)
void SetConfigurationSetName(ConfigurationSetNameT &&value)
AWS_SES_API SendRawEmailRequest()=default
const Aws::Vector< Aws::String > & GetDestinations() const
SendRawEmailRequest & WithFromArn(FromArnT &&value)
bool ReturnPathArnHasBeenSet() const
bool FromArnHasBeenSet() const
const Aws::String & GetConfigurationSetName() const
SendRawEmailRequest & WithTags(TagsT &&value)
const Aws::Vector< MessageTag > & GetTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector