7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/model/ProactiveAnomaly.h>
9#include <aws/devops-guru/model/ReactiveAnomaly.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ProactiveAnomalyT = ProactiveAnomaly>
44 void SetProactiveAnomaly(ProactiveAnomalyT&& value) { m_proactiveAnomalyHasBeenSet =
true; m_proactiveAnomaly = std::forward<ProactiveAnomalyT>(value); }
45 template<
typename ProactiveAnomalyT = ProactiveAnomaly>
55 template<
typename ReactiveAnomalyT = ReactiveAnomaly>
56 void SetReactiveAnomaly(ReactiveAnomalyT&& value) { m_reactiveAnomalyHasBeenSet =
true; m_reactiveAnomaly = std::forward<ReactiveAnomalyT>(value); }
57 template<
typename ReactiveAnomalyT = ReactiveAnomaly>
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_proactiveAnomalyHasBeenSet =
false;
75 bool m_reactiveAnomalyHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
const ProactiveAnomaly & GetProactiveAnomaly() const
AWS_DEVOPSGURU_API DescribeAnomalyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAnomalyResult & WithRequestId(RequestIdT &&value)
AWS_DEVOPSGURU_API DescribeAnomalyResult()=default
DescribeAnomalyResult & WithProactiveAnomaly(ProactiveAnomalyT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeAnomalyResult & WithReactiveAnomaly(ReactiveAnomalyT &&value)
const ReactiveAnomaly & GetReactiveAnomaly() const
void SetReactiveAnomaly(ReactiveAnomalyT &&value)
AWS_DEVOPSGURU_API DescribeAnomalyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProactiveAnomaly(ProactiveAnomalyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue