7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/greengrass/model/TelemetryConfigurationUpdate.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename TelemetryConfigurationT = TelemetryConfigurationUpdate>
43 void SetTelemetryConfiguration(TelemetryConfigurationT&& value) { m_telemetryConfigurationHasBeenSet =
true; m_telemetryConfiguration = std::forward<TelemetryConfigurationT>(value); }
44 template<
typename TelemetryConfigurationT = TelemetryConfigurationUpdate>
54 template<
typename ThingNameT = Aws::String>
55 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
56 template<
typename ThingNameT = Aws::String>
62 bool m_telemetryConfigurationHasBeenSet =
false;
65 bool m_thingNameHasBeenSet =
false;
void SetThingName(ThingNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetTelemetryConfiguration(TelemetryConfigurationT &&value)
UpdateThingRuntimeConfigurationRequest & WithThingName(ThingNameT &&value)
UpdateThingRuntimeConfigurationRequest & WithTelemetryConfiguration(TelemetryConfigurationT &&value)
const Aws::String & GetThingName() const
bool ThingNameHasBeenSet() const
AWS_GREENGRASS_API UpdateThingRuntimeConfigurationRequest()=default
AWS_GREENGRASS_API Aws::String SerializePayload() const override
const TelemetryConfigurationUpdate & GetTelemetryConfiguration() const
bool TelemetryConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String