7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/email/SESRequest.h>
9#include <aws/email/SES_EXPORTS.h>
10#include <aws/email/model/NotificationType.h>
55 template <
typename IdentityT = Aws::String>
57 m_identityHasBeenSet =
true;
58 m_identity = std::forward<IdentityT>(value);
60 template <
typename IdentityT = Aws::String>
75 m_notificationTypeHasBeenSet =
true;
76 m_notificationType = value;
92 template <
typename SnsTopicT = Aws::String>
94 m_snsTopicHasBeenSet =
true;
95 m_snsTopic = std::forward<SnsTopicT>(value);
97 template <
typename SnsTopicT = Aws::String>
109 bool m_identityHasBeenSet =
false;
110 bool m_notificationTypeHasBeenSet =
false;
111 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