7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wellarchitected/model/ProfileNotificationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace WellArchitected
42 template<
typename NotificationSummariesT = Aws::Vector<ProfileNotificationSummary>>
43 void SetNotificationSummaries(NotificationSummariesT&& value) { m_notificationSummariesHasBeenSet =
true; m_notificationSummaries = std::forward<NotificationSummariesT>(value); }
44 template<
typename NotificationSummariesT = Aws::Vector<ProfileNotificationSummary>>
46 template<
typename NotificationSummariesT = ProfileNotificationSummary>
53 template<
typename NextTokenT = Aws::String>
54 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
55 template<
typename NextTokenT = Aws::String>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_notificationSummariesHasBeenSet =
false;
73 bool m_nextTokenHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
AWS_WELLARCHITECTED_API ListProfileNotificationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListProfileNotificationsResult & WithNotificationSummaries(NotificationSummariesT &&value)
void SetNotificationSummaries(NotificationSummariesT &&value)
ListProfileNotificationsResult & AddNotificationSummaries(NotificationSummariesT &&value)
ListProfileNotificationsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
AWS_WELLARCHITECTED_API ListProfileNotificationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WELLARCHITECTED_API ListProfileNotificationsResult()=default
ListProfileNotificationsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< ProfileNotificationSummary > & GetNotificationSummaries() const
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&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