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 "AssociateWirelessDeviceWithThing"; }
42 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
43 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
57 inline void SetThingArn(
const char* value) { m_thingArnHasBeenSet =
true; m_thingArn.assign(value); }
65 bool m_idHasBeenSet =
false;
68 bool m_thingArnHasBeenSet =
false;
AssociateWirelessDeviceWithThingRequest & WithThingArn(const Aws::String &value)
void SetThingArn(const Aws::String &value)
void SetId(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_IOTWIRELESS_API AssociateWirelessDeviceWithThingRequest()
bool ThingArnHasBeenSet() const
AssociateWirelessDeviceWithThingRequest & WithId(const char *value)
AssociateWirelessDeviceWithThingRequest & WithThingArn(Aws::String &&value)
AssociateWirelessDeviceWithThingRequest & WithId(const Aws::String &value)
void SetThingArn(Aws::String &&value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
void SetId(Aws::String &&value)
void SetId(const Aws::String &value)
AssociateWirelessDeviceWithThingRequest & WithThingArn(const char *value)
void SetThingArn(const char *value)
const Aws::String & GetThingArn() const
AssociateWirelessDeviceWithThingRequest & WithId(Aws::String &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String