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 SetAlertArn(
const char* value) { m_alertArnHasBeenSet =
true; m_alertArn.assign(value); }
51 bool m_alertArnHasBeenSet =
false;
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
bool AlertArnHasBeenSet() const
void SetAlertArn(const char *value)
virtual const char * GetServiceRequestName() const override
void SetAlertArn(Aws::String &&value)
AWS_LOOKOUTMETRICS_API DeleteAlertRequest()
void SetAlertArn(const Aws::String &value)
const Aws::String & GetAlertArn() const
DeleteAlertRequest & WithAlertArn(const Aws::String &value)
DeleteAlertRequest & WithAlertArn(Aws::String &&value)
DeleteAlertRequest & WithAlertArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String