7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DisassociateWirelessDeviceFromThing"; }
41 template<
typename IdT = Aws::String>
42 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
43 template<
typename IdT = Aws::String>
49 bool m_idHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_IOTWIRELESS_API DisassociateWirelessDeviceFromThingRequest()=default
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
DisassociateWirelessDeviceFromThingRequest & WithId(IdT &&value)
bool IdHasBeenSet() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String