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); }
59 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
67 bool m_metricNameHasBeenSet =
false;
70 bool m_displayNameHasBeenSet =
false;
void SetMetricName(const Aws::String &value)
UpdateCustomMetricRequest & WithMetricName(Aws::String &&value)
UpdateCustomMetricRequest & WithMetricName(const char *value)
UpdateCustomMetricRequest & WithMetricName(const Aws::String &value)
AWS_IOT_API Aws::String SerializePayload() const override
void SetDisplayName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool DisplayNameHasBeenSet() const
void SetDisplayName(Aws::String &&value)
UpdateCustomMetricRequest & WithDisplayName(Aws::String &&value)
void SetDisplayName(const char *value)
const Aws::String & GetMetricName() const
UpdateCustomMetricRequest & WithDisplayName(const char *value)
const Aws::String & GetDisplayName() const
void SetMetricName(Aws::String &&value)
UpdateCustomMetricRequest & WithDisplayName(const Aws::String &value)
void SetMetricName(const char *value)
bool MetricNameHasBeenSet() const
AWS_IOT_API UpdateCustomMetricRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String