7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/NotificationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/notifications/model/NotificationConfigurationStatus.h>
19namespace Notifications
54 template<
typename EventRuleSourceT = Aws::String>
55 void SetEventRuleSource(EventRuleSourceT&& value) { m_eventRuleSourceHasBeenSet =
true; m_eventRuleSource = std::forward<EventRuleSourceT>(value); }
56 template<
typename EventRuleSourceT = Aws::String>
66 template<
typename ChannelArnT = Aws::String>
67 void SetChannelArn(ChannelArnT&& value) { m_channelArnHasBeenSet =
true; m_channelArn = std::forward<ChannelArnT>(value); }
68 template<
typename ChannelArnT = Aws::String>
100 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
111 template<
typename NextTokenT = Aws::String>
112 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
113 template<
typename NextTokenT = Aws::String>
119 bool m_eventRuleSourceHasBeenSet =
false;
122 bool m_channelArnHasBeenSet =
false;
125 bool m_statusHasBeenSet =
false;
128 bool m_maxResultsHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
bool StatusHasBeenSet() const
const Aws::String & GetChannelArn() const
ListNotificationConfigurationsRequest & WithEventRuleSource(EventRuleSourceT &&value)
ListNotificationConfigurationsRequest & WithMaxResults(int value)
void SetEventRuleSource(EventRuleSourceT &&value)
const Aws::String & GetEventRuleSource() const
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
void SetMaxResults(int value)
AWS_NOTIFICATIONS_API Aws::String SerializePayload() const override
void SetChannelArn(ChannelArnT &&value)
bool ChannelArnHasBeenSet() const
ListNotificationConfigurationsRequest & WithStatus(NotificationConfigurationStatus value)
AWS_NOTIFICATIONS_API ListNotificationConfigurationsRequest()=default
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
void SetStatus(NotificationConfigurationStatus value)
AWS_NOTIFICATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
NotificationConfigurationStatus GetStatus() const
ListNotificationConfigurationsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
ListNotificationConfigurationsRequest & WithChannelArn(ChannelArnT &&value)
virtual const char * GetServiceRequestName() const override
bool EventRuleSourceHasBeenSet() const
NotificationConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String