7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/email/model/RawMessage.h>
12#include <aws/email/model/MessageTag.h>
72 template<
typename SourceT = Aws::String>
73 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
74 template<
typename SourceT = Aws::String>
85 template<
typename DestinationsT = Aws::Vector<Aws::String>>
86 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
87 template<
typename DestinationsT = Aws::Vector<Aws::String>>
89 template<
typename DestinationsT = Aws::String>
116 template<
typename RawMessageT = RawMessage>
117 void SetRawMessage(RawMessageT&& value) { m_rawMessageHasBeenSet =
true; m_rawMessage = std::forward<RawMessageT>(value); }
118 template<
typename RawMessageT = RawMessage>
138 template<
typename FromArnT = Aws::String>
139 void SetFromArn(FromArnT&& value) { m_fromArnHasBeenSet =
true; m_fromArn = std::forward<FromArnT>(value); }
140 template<
typename FromArnT = Aws::String>
166 template<
typename SourceArnT = Aws::String>
167 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
168 template<
typename SourceArnT = Aws::String>
195 template<
typename ReturnPathArnT = Aws::String>
196 void SetReturnPathArn(ReturnPathArnT&& value) { m_returnPathArnHasBeenSet =
true; m_returnPathArn = std::forward<ReturnPathArnT>(value); }
197 template<
typename ReturnPathArnT = Aws::String>
209 template<
typename TagsT = Aws::Vector<MessageTag>>
210 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
211 template<
typename TagsT = Aws::Vector<MessageTag>>
213 template<
typename TagsT = MessageTag>
224 template<
typename ConfigurationSetNameT = Aws::String>
225 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
226 template<
typename ConfigurationSetNameT = Aws::String>
232 bool m_sourceHasBeenSet =
false;
235 bool m_destinationsHasBeenSet =
false;
238 bool m_rawMessageHasBeenSet =
false;
241 bool m_fromArnHasBeenSet =
false;
244 bool m_sourceArnHasBeenSet =
false;
247 bool m_returnPathArnHasBeenSet =
false;
250 bool m_tagsHasBeenSet =
false;
253 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