7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
10#include <aws/devops-guru/model/ProactiveInsightSummary.h>
11#include <aws/devops-guru/model/ReactiveInsightSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ProactiveInsightsT = Aws::Vector<ProactiveInsightSummary>>
39 m_proactiveInsightsHasBeenSet =
true;
40 m_proactiveInsights = std::forward<ProactiveInsightsT>(value);
42 template <
typename ProactiveInsightsT = Aws::Vector<ProactiveInsightSummary>>
47 template <
typename ProactiveInsightsT = ProactiveInsightSummary>
49 m_proactiveInsightsHasBeenSet =
true;
50 m_proactiveInsights.emplace_back(std::forward<ProactiveInsightsT>(value));
60 template <
typename ReactiveInsightsT = Aws::Vector<ReactiveInsightSummary>>
62 m_reactiveInsightsHasBeenSet =
true;
63 m_reactiveInsights = std::forward<ReactiveInsightsT>(value);
65 template <
typename ReactiveInsightsT = Aws::Vector<ReactiveInsightSummary>>
70 template <
typename ReactiveInsightsT = ReactiveInsightSummary>
72 m_reactiveInsightsHasBeenSet =
true;
73 m_reactiveInsights.emplace_back(std::forward<ReactiveInsightsT>(value));
84 template <
typename NextTokenT = Aws::String>
86 m_nextTokenHasBeenSet =
true;
87 m_nextToken = std::forward<NextTokenT>(value);
89 template <
typename NextTokenT = Aws::String>
99 template <
typename RequestIdT = Aws::String>
101 m_requestIdHasBeenSet =
true;
102 m_requestId = std::forward<RequestIdT>(value);
104 template <
typename RequestIdT = Aws::String>
112 bool m_proactiveInsightsHasBeenSet =
false;
115 bool m_reactiveInsightsHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
121 bool m_requestIdHasBeenSet =
false;
SearchInsightsResult & AddReactiveInsights(ReactiveInsightsT &&value)
const Aws::Vector< ReactiveInsightSummary > & GetReactiveInsights() const
void SetProactiveInsights(ProactiveInsightsT &&value)
SearchInsightsResult & WithNextToken(NextTokenT &&value)
AWS_DEVOPSGURU_API SearchInsightsResult()=default
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_DEVOPSGURU_API SearchInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchInsightsResult & WithProactiveInsights(ProactiveInsightsT &&value)
SearchInsightsResult & WithRequestId(RequestIdT &&value)
AWS_DEVOPSGURU_API SearchInsightsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetReactiveInsights(ReactiveInsightsT &&value)
SearchInsightsResult & WithReactiveInsights(ReactiveInsightsT &&value)
const Aws::Vector< ProactiveInsightSummary > & GetProactiveInsights() const
SearchInsightsResult & AddProactiveInsights(ProactiveInsightsT &&value)
void SetRequestId(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