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/email/model/NotificationType.h>
59 template<
typename IdentityT = Aws::String>
60 void SetIdentity(IdentityT&& value) { m_identityHasBeenSet =
true; m_identity = std::forward<IdentityT>(value); }
61 template<
typename IdentityT = Aws::String>
84 template<
typename SnsTopicT = Aws::String>
85 void SetSnsTopic(SnsTopicT&& value) { m_snsTopicHasBeenSet =
true; m_snsTopic = std::forward<SnsTopicT>(value); }
86 template<
typename SnsTopicT = Aws::String>
92 bool m_identityHasBeenSet =
false;
95 bool m_notificationTypeHasBeenSet =
false;
98 bool m_snsTopicHasBeenSet =
false;
void SetNotificationType(NotificationType value)
AWS_SES_API Aws::String SerializePayload() const override
SetIdentityNotificationTopicRequest & WithNotificationType(NotificationType value)
NotificationType GetNotificationType() const
void SetIdentity(IdentityT &&value)
AWS_SES_API SetIdentityNotificationTopicRequest()=default
bool NotificationTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSnsTopic() const
SetIdentityNotificationTopicRequest & WithIdentity(IdentityT &&value)
const Aws::String & GetIdentity() const
bool IdentityHasBeenSet() const
SetIdentityNotificationTopicRequest & WithSnsTopic(SnsTopicT &&value)
bool SnsTopicHasBeenSet() const
void SetSnsTopic(SnsTopicT &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String