7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
10#include <aws/greengrass/model/TelemetryConfigurationUpdate.h>
38 template <
typename TelemetryConfigurationT = TelemetryConfigurationUpdate>
40 m_telemetryConfigurationHasBeenSet =
true;
41 m_telemetryConfiguration = std::forward<TelemetryConfigurationT>(value);
43 template <
typename TelemetryConfigurationT = TelemetryConfigurationUpdate>
56 template <
typename ThingNameT = Aws::String>
58 m_thingNameHasBeenSet =
true;
59 m_thingName = std::forward<ThingNameT>(value);
61 template <
typename ThingNameT = Aws::String>
71 bool m_telemetryConfigurationHasBeenSet =
false;
72 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