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