7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
11#include <aws/devops-guru/model/ProactiveInsightSummary.h>
12#include <aws/devops-guru/model/ReactiveInsightSummary.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename ProactiveInsightsT = Aws::Vector<ProactiveInsightSummary>>
41 m_proactiveInsightsHasBeenSet =
true;
42 m_proactiveInsights = std::forward<ProactiveInsightsT>(value);
44 template <
typename ProactiveInsightsT = Aws::Vector<ProactiveInsightSummary>>
49 template <
typename ProactiveInsightsT = ProactiveInsightSummary>
51 m_proactiveInsightsHasBeenSet =
true;
52 m_proactiveInsights.emplace_back(std::forward<ProactiveInsightsT>(value));
63 template <
typename ReactiveInsightsT = Aws::Vector<ReactiveInsightSummary>>
65 m_reactiveInsightsHasBeenSet =
true;
66 m_reactiveInsights = std::forward<ReactiveInsightsT>(value);
68 template <
typename ReactiveInsightsT = Aws::Vector<ReactiveInsightSummary>>
73 template <
typename ReactiveInsightsT = ReactiveInsightSummary>
75 m_reactiveInsightsHasBeenSet =
true;
76 m_reactiveInsights.emplace_back(std::forward<ReactiveInsightsT>(value));
87 template <
typename NextTokenT = Aws::String>
89 m_nextTokenHasBeenSet =
true;
90 m_nextToken = std::forward<NextTokenT>(value);
92 template <
typename NextTokenT = Aws::String>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
124 bool m_proactiveInsightsHasBeenSet =
false;
125 bool m_reactiveInsightsHasBeenSet =
false;
126 bool m_nextTokenHasBeenSet =
false;
127 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
SearchOrganizationInsightsResult & WithProactiveInsights(ProactiveInsightsT &&value)
SearchOrganizationInsightsResult & WithNextToken(NextTokenT &&value)
SearchOrganizationInsightsResult & AddReactiveInsights(ReactiveInsightsT &&value)
void SetProactiveInsights(ProactiveInsightsT &&value)
AWS_DEVOPSGURU_API SearchOrganizationInsightsResult()=default
const Aws::Vector< ProactiveInsightSummary > & GetProactiveInsights() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
SearchOrganizationInsightsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetReactiveInsights(ReactiveInsightsT &&value)
AWS_DEVOPSGURU_API SearchOrganizationInsightsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchOrganizationInsightsResult & AddProactiveInsights(ProactiveInsightsT &&value)
AWS_DEVOPSGURU_API SearchOrganizationInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchOrganizationInsightsResult & WithReactiveInsights(ReactiveInsightsT &&value)
const Aws::Vector< ReactiveInsightSummary > & GetReactiveInsights() 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