7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/ProactiveInsight.h>
10#include <aws/devops-guru/model/ReactiveInsight.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ProactiveInsightT = ProactiveInsight>
39 m_proactiveInsightHasBeenSet =
true;
40 m_proactiveInsight = std::forward<ProactiveInsightT>(value);
42 template <
typename ProactiveInsightT = ProactiveInsight>
55 template <
typename ReactiveInsightT = ReactiveInsight>
57 m_reactiveInsightHasBeenSet =
true;
58 m_reactiveInsight = std::forward<ReactiveInsightT>(value);
60 template <
typename ReactiveInsightT = ReactiveInsight>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
83 bool m_proactiveInsightHasBeenSet =
false;
86 bool m_reactiveInsightHasBeenSet =
false;
89 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)
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