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