7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devops-guru/model/ProactiveInsightSummary.h>
11#include <aws/devops-guru/model/ReactiveInsightSummary.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename ProactiveInsightsT = Aws::Vector<ProactiveInsightSummary>>
45 void SetProactiveInsights(ProactiveInsightsT&& value) { m_proactiveInsightsHasBeenSet =
true; m_proactiveInsights = std::forward<ProactiveInsightsT>(value); }
46 template<
typename ProactiveInsightsT = Aws::Vector<ProactiveInsightSummary>>
48 template<
typename ProactiveInsightsT = ProactiveInsightSummary>
58 template<
typename ReactiveInsightsT = Aws::Vector<ReactiveInsightSummary>>
59 void SetReactiveInsights(ReactiveInsightsT&& value) { m_reactiveInsightsHasBeenSet =
true; m_reactiveInsights = std::forward<ReactiveInsightsT>(value); }
60 template<
typename ReactiveInsightsT = Aws::Vector<ReactiveInsightSummary>>
62 template<
typename ReactiveInsightsT = ReactiveInsightSummary>
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
81 template<
typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
83 template<
typename RequestIdT = Aws::String>
89 bool m_proactiveInsightsHasBeenSet =
false;
92 bool m_reactiveInsightsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 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)
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