7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
10#include <aws/devops-guru/model/ProactiveInsight.h>
11#include <aws/devops-guru/model/ReactiveInsight.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename ProactiveInsightT = ProactiveInsight>
40 m_proactiveInsightHasBeenSet =
true;
41 m_proactiveInsight = std::forward<ProactiveInsightT>(value);
43 template <
typename ProactiveInsightT = ProactiveInsight>
56 template <
typename ReactiveInsightT = ReactiveInsight>
58 m_reactiveInsightHasBeenSet =
true;
59 m_reactiveInsight = std::forward<ReactiveInsightT>(value);
61 template <
typename ReactiveInsightT = ReactiveInsight>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_proactiveInsightHasBeenSet =
false;
92 bool m_reactiveInsightHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
const ReactiveInsight & GetReactiveInsight() const
void SetProactiveInsight(ProactiveInsightT &&value)
DescribeInsightResult & WithRequestId(RequestIdT &&value)
AWS_DEVOPSGURU_API DescribeInsightResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEVOPSGURU_API DescribeInsightResult()=default
const ProactiveInsight & GetProactiveInsight() const
DescribeInsightResult & WithProactiveInsight(ProactiveInsightT &&value)
AWS_DEVOPSGURU_API DescribeInsightResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetReactiveInsight(ReactiveInsightT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
DescribeInsightResult & WithReactiveInsight(ReactiveInsightT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue