7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Notifications
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
53 template<
typename NotificationConfigurationArnT = Aws::String>
54 void SetNotificationConfigurationArn(NotificationConfigurationArnT&& value) { m_notificationConfigurationArnHasBeenSet =
true; m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value); }
55 template<
typename NotificationConfigurationArnT = Aws::String>
61 bool m_arnHasBeenSet =
false;
64 bool m_notificationConfigurationArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DisassociateChannelRequest & WithArn(ArnT &&value)
AWS_NOTIFICATIONS_API DisassociateChannelRequest()=default
const Aws::String & GetNotificationConfigurationArn() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
bool NotificationConfigurationArnHasBeenSet() const
DisassociateChannelRequest & WithNotificationConfigurationArn(NotificationConfigurationArnT &&value)
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
void SetNotificationConfigurationArn(NotificationConfigurationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String