72 inline void SetIdentity(
const char* value) { m_identityHasBeenSet =
true; m_identity.assign(value); }
154 inline void SetSnsTopic(
const char* value) { m_snsTopicHasBeenSet =
true; m_snsTopic.assign(value); }
179 bool m_identityHasBeenSet;
181 bool m_notificationTypeHasBeenSet;
183 bool m_snsTopicHasBeenSet;
void SetIdentity(const char *value)
SetIdentityNotificationTopicRequest & WithIdentity(Aws::String &&value)
void SetNotificationType(NotificationType &&value)
SetIdentityNotificationTopicRequest & WithSnsTopic(Aws::String &&value)
void SetNotificationType(const NotificationType &value)
const Aws::String & GetSnsTopic() const
SetIdentityNotificationTopicRequest & WithNotificationType(const NotificationType &value)
void SetSnsTopic(const Aws::String &value)
SetIdentityNotificationTopicRequest & WithSnsTopic(const Aws::String &value)
void SetIdentity(Aws::String &&value)
void SetSnsTopic(Aws::String &&value)
SetIdentityNotificationTopicRequest & WithSnsTopic(const char *value)
SetIdentityNotificationTopicRequest & WithIdentity(const Aws::String &value)
void SetSnsTopic(const char *value)
void SetIdentity(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const NotificationType & GetNotificationType() const
const Aws::String & GetIdentity() const
SetIdentityNotificationTopicRequest & WithIdentity(const char *value)
SetIdentityNotificationTopicRequest & WithNotificationType(NotificationType &&value)
JSON (JavaScript Object Notation).