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 AlertArnT = Aws::String>
42 void SetAlertArn(AlertArnT&& value) { m_alertArnHasBeenSet =
true; m_alertArn = std::forward<AlertArnT>(value); }
43 template<
typename AlertArnT = Aws::String>
49 bool m_alertArnHasBeenSet =
false;
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
bool AlertArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAlertArn() const
AWS_LOOKOUTMETRICS_API DeleteAlertRequest()=default
DeleteAlertRequest & WithAlertArn(AlertArnT &&value)
void SetAlertArn(AlertArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String