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