7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/amp/model/AnomalyDetectorDescription.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PrometheusService {
37 template <
typename AnomalyDetectorT = AnomalyDetectorDescription>
39 m_anomalyDetectorHasBeenSet =
true;
40 m_anomalyDetector = std::forward<AnomalyDetectorT>(value);
42 template <
typename AnomalyDetectorT = AnomalyDetectorDescription>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_anomalyDetectorHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_PROMETHEUSSERVICE_API DescribeAnomalyDetectorResult()=default
AWS_PROMETHEUSSERVICE_API DescribeAnomalyDetectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAnomalyDetectorResult & WithAnomalyDetector(AnomalyDetectorT &&value)
const AnomalyDetectorDescription & GetAnomalyDetector() const
void SetAnomalyDetector(AnomalyDetectorT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_PROMETHEUSSERVICE_API DescribeAnomalyDetectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DescribeAnomalyDetectorResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue