7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/NotificationSummary.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace WellArchitected {
36 template <
typename NotificationSummariesT = Aws::Vector<NotificationSummary>>
38 m_notificationSummariesHasBeenSet =
true;
39 m_notificationSummaries = std::forward<NotificationSummariesT>(value);
41 template <
typename NotificationSummariesT = Aws::Vector<NotificationSummary>>
46 template <
typename NotificationSummariesT = NotificationSummary>
48 m_notificationSummariesHasBeenSet =
true;
49 m_notificationSummaries.emplace_back(std::forward<NotificationSummariesT>(value));
57 template <
typename NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
85 bool m_notificationSummariesHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_WELLARCHITECTED_API ListNotificationsResult()=default
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
ListNotificationsResult & WithNotificationSummaries(NotificationSummariesT &&value)
ListNotificationsResult & AddNotificationSummaries(NotificationSummariesT &&value)
AWS_WELLARCHITECTED_API ListNotificationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WELLARCHITECTED_API ListNotificationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< NotificationSummary > & GetNotificationSummaries() const
void SetNotificationSummaries(NotificationSummariesT &&value)
ListNotificationsResult & WithNextToken(NextTokenT &&value)
ListNotificationsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue