7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
17namespace Notifications {
43 template <
typename NotificationConfigurationArnT = Aws::String>
45 m_notificationConfigurationArnHasBeenSet =
true;
46 m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value);
48 template <
typename NotificationConfigurationArnT = Aws::String>
63 m_maxResultsHasBeenSet =
true;
80 template <
typename NextTokenT = Aws::String>
82 m_nextTokenHasBeenSet =
true;
83 m_nextToken = std::forward<NextTokenT>(value);
85 template <
typename NextTokenT = Aws::String>
97 bool m_notificationConfigurationArnHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
const Aws::String & GetNotificationConfigurationArn() const
const Aws::String & GetNextToken() const
AWS_NOTIFICATIONS_API ListChannelsRequest()=default
ListChannelsRequest & WithMaxResults(int value)
int GetMaxResults() const
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
void SetNotificationConfigurationArn(NotificationConfigurationArnT &&value)
AWS_NOTIFICATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListChannelsRequest & WithNotificationConfigurationArn(NotificationConfigurationArnT &&value)
ListChannelsRequest & WithNextToken(NextTokenT &&value)
bool NotificationConfigurationArnHasBeenSet() const
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String