7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
14namespace Notifications {
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
59 template <
typename NotificationConfigurationArnT = Aws::String>
61 m_notificationConfigurationArnHasBeenSet =
true;
62 m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value);
64 template <
typename NotificationConfigurationArnT = Aws::String>
74 bool m_arnHasBeenSet =
false;
75 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