7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/ProactiveAnomaly.h>
10#include <aws/devops-guru/model/ReactiveAnomaly.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ProactiveAnomalyT = ProactiveAnomaly>
39 m_proactiveAnomalyHasBeenSet =
true;
40 m_proactiveAnomaly = std::forward<ProactiveAnomalyT>(value);
42 template <
typename ProactiveAnomalyT = ProactiveAnomaly>
55 template <
typename ReactiveAnomalyT = ReactiveAnomaly>
57 m_reactiveAnomalyHasBeenSet =
true;
58 m_reactiveAnomaly = std::forward<ReactiveAnomalyT>(value);
60 template <
typename ReactiveAnomalyT = ReactiveAnomaly>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_proactiveAnomalyHasBeenSet =
false;
88 bool m_reactiveAnomalyHasBeenSet =
false;
89 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