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