7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace Notifications
48 template<
typename NotificationConfigurationArnT = Aws::String>
49 void SetNotificationConfigurationArn(NotificationConfigurationArnT&& value) { m_notificationConfigurationArnHasBeenSet =
true; m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value); }
50 template<
typename NotificationConfigurationArnT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
80 bool m_notificationConfigurationArnHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
ListEventRulesRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_NOTIFICATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListEventRulesRequest & WithMaxResults(int value)
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
bool NotificationConfigurationArnHasBeenSet() const
ListEventRulesRequest & WithNotificationConfigurationArn(NotificationConfigurationArnT &&value)
AWS_NOTIFICATIONS_API ListEventRulesRequest()=default
const Aws::String & GetNotificationConfigurationArn() const
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
void SetNotificationConfigurationArn(NotificationConfigurationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String