7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
37 template <
typename ThingNameT = Aws::String>
39 m_thingNameHasBeenSet =
true;
40 m_thingName = std::forward<ThingNameT>(value);
42 template <
typename ThingNameT = Aws::String>
50 bool m_thingNameHasBeenSet =
false;
GetThingConnectivityDataRequest & WithThingName(ThingNameT &&value)
void SetThingName(ThingNameT &&value)
AWS_IOT_API GetThingConnectivityDataRequest()=default
bool ThingNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetThingName() const
AWS_IOT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String