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>
59 m_includeSocketInformationHasBeenSet =
true;
60 m_includeSocketInformation = value;
70 bool m_includeSocketInformation{
false};
71 bool m_thingNameHasBeenSet =
false;
72 bool m_includeSocketInformationHasBeenSet =
false;
GetThingConnectivityDataRequest & WithThingName(ThingNameT &&value)
void SetThingName(ThingNameT &&value)
GetThingConnectivityDataRequest & WithIncludeSocketInformation(bool value)
void SetIncludeSocketInformation(bool value)
AWS_IOT_API GetThingConnectivityDataRequest()=default
bool IncludeSocketInformationHasBeenSet() const
bool ThingNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetThingName() const
AWS_IOT_API Aws::String SerializePayload() const override
bool GetIncludeSocketInformation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String