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>
61 inline void SetIdentity(
const char* value) { m_identityHasBeenSet =
true; m_identity.assign(value); }
90 inline void SetSnsTopic(
const char* value) { m_snsTopicHasBeenSet =
true; m_snsTopic.assign(value); }
98 bool m_identityHasBeenSet =
false;
101 bool m_notificationTypeHasBeenSet =
false;
104 bool m_snsTopicHasBeenSet =
false;
SetIdentityNotificationTopicRequest & WithIdentity(Aws::String &&value)
void SetIdentity(const char *value)
SetIdentityNotificationTopicRequest & WithIdentity(const Aws::String &value)
AWS_SES_API Aws::String SerializePayload() const override
SetIdentityNotificationTopicRequest & WithNotificationType(const NotificationType &value)
void SetSnsTopic(const char *value)
SetIdentityNotificationTopicRequest & WithIdentity(const char *value)
bool NotificationTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
SetIdentityNotificationTopicRequest & WithSnsTopic(Aws::String &&value)
void SetSnsTopic(Aws::String &&value)
void SetIdentity(Aws::String &&value)
const Aws::String & GetSnsTopic() const
const Aws::String & GetIdentity() const
bool IdentityHasBeenSet() const
void SetSnsTopic(const Aws::String &value)
bool SnsTopicHasBeenSet() const
SetIdentityNotificationTopicRequest & WithSnsTopic(const Aws::String &value)
SetIdentityNotificationTopicRequest & WithNotificationType(NotificationType &&value)
SetIdentityNotificationTopicRequest & WithSnsTopic(const char *value)
void SetNotificationType(const NotificationType &value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetNotificationType(NotificationType &&value)
const NotificationType & GetNotificationType() const
void SetIdentity(const Aws::String &value)
AWS_SES_API SetIdentityNotificationTopicRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String