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/BouncedRecipientInfo.h>
12#include <aws/email/model/MessageDsn.h>
48 template <
typename OriginalMessageIdT = Aws::String>
50 m_originalMessageIdHasBeenSet =
true;
51 m_originalMessageId = std::forward<OriginalMessageIdT>(value);
53 template <
typename OriginalMessageIdT = Aws::String>
67 template <
typename BounceSenderT = Aws::String>
69 m_bounceSenderHasBeenSet =
true;
70 m_bounceSender = std::forward<BounceSenderT>(value);
72 template <
typename BounceSenderT = Aws::String>
87 template <
typename ExplanationT = Aws::String>
89 m_explanationHasBeenSet =
true;
90 m_explanation = std::forward<ExplanationT>(value);
92 template <
typename ExplanationT = Aws::String>
106 template <
typename MessageDsnT = MessageDsn>
108 m_messageDsnHasBeenSet =
true;
109 m_messageDsn = std::forward<MessageDsnT>(value);
111 template <
typename MessageDsnT = MessageDsn>
126 template <
typename BouncedRecipientInfoListT = Aws::Vector<BouncedRecipientInfo>>
128 m_bouncedRecipientInfoListHasBeenSet =
true;
129 m_bouncedRecipientInfoList = std::forward<BouncedRecipientInfoListT>(value);
131 template <
typename BouncedRecipientInfoListT = Aws::Vector<BouncedRecipientInfo>>
136 template <
typename BouncedRecipientInfoListT = BouncedRecipientInfo>
138 m_bouncedRecipientInfoListHasBeenSet =
true;
139 m_bouncedRecipientInfoList.emplace_back(std::forward<BouncedRecipientInfoListT>(value));
155 template <
typename BounceSenderArnT = Aws::String>
157 m_bounceSenderArnHasBeenSet =
true;
158 m_bounceSenderArn = std::forward<BounceSenderArnT>(value);
160 template <
typename BounceSenderArnT = Aws::String>
178 bool m_originalMessageIdHasBeenSet =
false;
179 bool m_bounceSenderHasBeenSet =
false;
180 bool m_explanationHasBeenSet =
false;
181 bool m_messageDsnHasBeenSet =
false;
182 bool m_bouncedRecipientInfoListHasBeenSet =
false;
183 bool m_bounceSenderArnHasBeenSet =
false;
void SetBounceSenderArn(BounceSenderArnT &&value)
void SetBounceSender(BounceSenderT &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool BounceSenderArnHasBeenSet() const
AWS_SES_API SendBounceRequest()=default
bool MessageDsnHasBeenSet() const
const MessageDsn & GetMessageDsn() const
void SetMessageDsn(MessageDsnT &&value)
SendBounceRequest & AddBouncedRecipientInfoList(BouncedRecipientInfoListT &&value)
const Aws::String & GetBounceSenderArn() const
SendBounceRequest & WithBounceSender(BounceSenderT &&value)
const Aws::Vector< BouncedRecipientInfo > & GetBouncedRecipientInfoList() const
const Aws::String & GetExplanation() const
virtual const char * GetServiceRequestName() const override
bool BouncedRecipientInfoListHasBeenSet() const
AWS_SES_API Aws::String SerializePayload() const override
bool BounceSenderHasBeenSet() const
bool ExplanationHasBeenSet() const
bool OriginalMessageIdHasBeenSet() const
SendBounceRequest & WithMessageDsn(MessageDsnT &&value)
const Aws::String & GetOriginalMessageId() const
SendBounceRequest & WithExplanation(ExplanationT &&value)
SendBounceRequest & WithOriginalMessageId(OriginalMessageIdT &&value)
void SetExplanation(ExplanationT &&value)
SendBounceRequest & WithBounceSenderArn(BounceSenderArnT &&value)
void SetOriginalMessageId(OriginalMessageIdT &&value)
SendBounceRequest & WithBouncedRecipientInfoList(BouncedRecipientInfoListT &&value)
void SetBouncedRecipientInfoList(BouncedRecipientInfoListT &&value)
const Aws::String & GetBounceSender() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector