7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename MetricNameT = Aws::String>
42 void SetMetricName(MetricNameT&& value) { m_metricNameHasBeenSet =
true; m_metricName = std::forward<MetricNameT>(value); }
43 template<
typename MetricNameT = Aws::String>
55 template<
typename DisplayNameT = Aws::String>
56 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
57 template<
typename DisplayNameT = Aws::String>
63 bool m_metricNameHasBeenSet =
false;
66 bool m_displayNameHasBeenSet =
false;
void SetMetricName(MetricNameT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
UpdateCustomMetricRequest & WithDisplayName(DisplayNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IOT_API UpdateCustomMetricRequest()=default
bool DisplayNameHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetMetricName() const
const Aws::String & GetDisplayName() const
UpdateCustomMetricRequest & WithMetricName(MetricNameT &&value)
bool MetricNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String