7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/GreengrassV2Request.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_GREENGRASSV2_API Aws::String SerializePayload() const override
void SetThingName(ThingNameT &&value)
bool ThingNameHasBeenSet() const
GetConnectivityInfoRequest & WithThingName(ThingNameT &&value)
const Aws::String & GetThingName() const
AWS_GREENGRASSV2_API GetConnectivityInfoRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String