7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/model/NotificationOutput.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
47 template<
typename NextTokenT = Aws::String>
48 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
49 template<
typename NextTokenT = Aws::String>
58 template<
typename NotificationsT = Aws::Vector<NotificationOutput>>
59 void SetNotifications(NotificationsT&& value) { m_notificationsHasBeenSet =
true; m_notifications = std::forward<NotificationsT>(value); }
60 template<
typename NotificationsT = Aws::Vector<NotificationOutput>>
62 template<
typename NotificationsT = NotificationOutput>
69 template<
typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
71 template<
typename RequestIdT = Aws::String>
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_notificationsHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< NotificationOutput > & GetNotifications() const
AWS_DATAZONE_API ListNotificationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API ListNotificationsResult()=default
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
void SetNotifications(NotificationsT &&value)
ListNotificationsResult & WithNextToken(NextTokenT &&value)
ListNotificationsResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API ListNotificationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListNotificationsResult & AddNotifications(NotificationsT &&value)
void SetRequestId(RequestIdT &&value)
ListNotificationsResult & WithNotifications(NotificationsT &&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