7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/auditmanager/model/Notification.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NotificationsT = Aws::Vector<Notification>>
43 void SetNotifications(NotificationsT&& value) { m_notificationsHasBeenSet =
true; m_notifications = std::forward<NotificationsT>(value); }
44 template<
typename NotificationsT = Aws::Vector<Notification>>
46 template<
typename NotificationsT = Notification>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_notificationsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
ListNotificationsResult & WithNotifications(NotificationsT &&value)
const Aws::Vector< Notification > & GetNotifications() const
AWS_AUDITMANAGER_API ListNotificationsResult()=default
AWS_AUDITMANAGER_API ListNotificationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
AWS_AUDITMANAGER_API ListNotificationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotifications(NotificationsT &&value)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
ListNotificationsResult & WithNextToken(NextTokenT &&value)
ListNotificationsResult & AddNotifications(NotificationsT &&value)
ListNotificationsResult & WithRequestId(RequestIdT &&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