7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/LookoutMetricsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LookoutMetrics
41 template<
typename AnomalyDetectorArnT = Aws::String>
42 void SetAnomalyDetectorArn(AnomalyDetectorArnT&& value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn = std::forward<AnomalyDetectorArnT>(value); }
43 template<
typename AnomalyDetectorArnT = Aws::String>
49 bool m_anomalyDetectorArnHasBeenSet =
false;
const Aws::String & GetAnomalyDetectorArn() const
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
DescribeAnomalyDetectorRequest & WithAnomalyDetectorArn(AnomalyDetectorArnT &&value)
void SetAnomalyDetectorArn(AnomalyDetectorArnT &&value)
AWS_LOOKOUTMETRICS_API DescribeAnomalyDetectorRequest()=default
virtual const char * GetServiceRequestName() const override
bool AnomalyDetectorArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String