7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchLogs
46 template<
typename AnomalyDetectorArnT = Aws::String>
47 void SetAnomalyDetectorArn(AnomalyDetectorArnT&& value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn = std::forward<AnomalyDetectorArnT>(value); }
48 template<
typename AnomalyDetectorArnT = Aws::String>
54 bool m_anomalyDetectorArnHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API DeleteLogAnomalyDetectorRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
DeleteLogAnomalyDetectorRequest & WithAnomalyDetectorArn(AnomalyDetectorArnT &&value)
void SetAnomalyDetectorArn(AnomalyDetectorArnT &&value)
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAnomalyDetectorArn() const
bool AnomalyDetectorArnHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String