7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/notifications/model/NotificationConfigurationStructure.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace Notifications
43 template<
typename NextTokenT = Aws::String>
44 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
45 template<
typename NextTokenT = Aws::String>
54 template<
typename NotificationConfigurationsT = Aws::Vector<NotificationConfigurationStructure>>
55 void SetNotificationConfigurations(NotificationConfigurationsT&& value) { m_notificationConfigurationsHasBeenSet =
true; m_notificationConfigurations = std::forward<NotificationConfigurationsT>(value); }
56 template<
typename NotificationConfigurationsT = Aws::Vector<NotificationConfigurationStructure>>
58 template<
typename NotificationConfigurationsT = NotificationConfigurationStructure>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_nextTokenHasBeenSet =
false;
76 bool m_notificationConfigurationsHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
AWS_NOTIFICATIONS_API ListNotificationConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListNotificationConfigurationsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_NOTIFICATIONS_API ListNotificationConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< NotificationConfigurationStructure > & GetNotificationConfigurations() const
void SetNotificationConfigurations(NotificationConfigurationsT &&value)
void SetNextToken(NextTokenT &&value)
ListNotificationConfigurationsResult & WithNextToken(NextTokenT &&value)
AWS_NOTIFICATIONS_API ListNotificationConfigurationsResult()=default
const Aws::String & GetRequestId() const
ListNotificationConfigurationsResult & AddNotificationConfigurations(NotificationConfigurationsT &&value)
ListNotificationConfigurationsResult & WithNotificationConfigurations(NotificationConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue