7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetMetricName(
const char* value) { m_metricNameHasBeenSet =
true; m_metricName.assign(value); }
51 bool m_metricNameHasBeenSet =
false;
AWS_IOT_API Aws::String SerializePayload() const override
DeleteCustomMetricRequest & WithMetricName(const char *value)
DeleteCustomMetricRequest & WithMetricName(const Aws::String &value)
bool MetricNameHasBeenSet() const
void SetMetricName(const Aws::String &value)
void SetMetricName(Aws::String &&value)
DeleteCustomMetricRequest & WithMetricName(Aws::String &&value)
void SetMetricName(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMetricName() const
AWS_IOT_API DeleteCustomMetricRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String