7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ThingNameT = Aws::String>
42 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
43 template<
typename ThingNameT = Aws::String>
49 bool m_thingNameHasBeenSet =
false;
AWS_GREENGRASS_API GetThingRuntimeConfigurationRequest()=default
GetThingRuntimeConfigurationRequest & WithThingName(ThingNameT &&value)
const Aws::String & GetThingName() const
AWS_GREENGRASS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool ThingNameHasBeenSet() const
void SetThingName(ThingNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String