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