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;
GetConnectivityInfoRequest & WithThingName(ThingNameT &&value)
void SetThingName(ThingNameT &&value)
bool ThingNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_GREENGRASS_API Aws::String SerializePayload() const override
AWS_GREENGRASS_API GetConnectivityInfoRequest()=default
const Aws::String & GetThingName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String