7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/model/ProactiveInsight.h>
9#include <aws/devops-guru/model/ReactiveInsight.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ProactiveInsightT = ProactiveInsight>
44 void SetProactiveInsight(ProactiveInsightT&& value) { m_proactiveInsightHasBeenSet =
true; m_proactiveInsight = std::forward<ProactiveInsightT>(value); }
45 template<
typename ProactiveInsightT = ProactiveInsight>
55 template<
typename ReactiveInsightT = ReactiveInsight>
56 void SetReactiveInsight(ReactiveInsightT&& value) { m_reactiveInsightHasBeenSet =
true; m_reactiveInsight = std::forward<ReactiveInsightT>(value); }
57 template<
typename ReactiveInsightT = ReactiveInsight>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_proactiveInsightHasBeenSet =
false;
75 bool m_reactiveInsightHasBeenSet =
false;
78 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