7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetBillingGroupName(
const char* value) { m_billingGroupNameHasBeenSet =
true; m_billingGroupName.assign(value); }
58 inline void SetBillingGroupArn(
const char* value) { m_billingGroupArnHasBeenSet =
true; m_billingGroupArn.assign(value); }
72 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
86 inline void SetThingArn(
const char* value) { m_thingArnHasBeenSet =
true; m_thingArn.assign(value); }
94 bool m_billingGroupNameHasBeenSet =
false;
97 bool m_billingGroupArnHasBeenSet =
false;
100 bool m_thingNameHasBeenSet =
false;
103 bool m_thingArnHasBeenSet =
false;
AddThingToBillingGroupRequest & WithThingArn(Aws::String &&value)
void SetBillingGroupArn(const char *value)
const Aws::String & GetBillingGroupName() const
AWS_IOT_API AddThingToBillingGroupRequest()
AddThingToBillingGroupRequest & WithThingName(Aws::String &&value)
AddThingToBillingGroupRequest & WithBillingGroupArn(const char *value)
bool ThingArnHasBeenSet() const
void SetThingArn(const char *value)
const Aws::String & GetThingName() const
void SetBillingGroupArn(const Aws::String &value)
void SetBillingGroupName(const char *value)
AddThingToBillingGroupRequest & WithBillingGroupName(const char *value)
bool BillingGroupArnHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
AddThingToBillingGroupRequest & WithBillingGroupArn(Aws::String &&value)
bool BillingGroupNameHasBeenSet() const
AddThingToBillingGroupRequest & WithThingArn(const Aws::String &value)
AddThingToBillingGroupRequest & WithThingArn(const char *value)
AddThingToBillingGroupRequest & WithBillingGroupArn(const Aws::String &value)
bool ThingNameHasBeenSet() const
void SetThingName(Aws::String &&value)
void SetThingArn(const Aws::String &value)
const Aws::String & GetThingArn() const
void SetThingName(const char *value)
const Aws::String & GetBillingGroupArn() const
void SetBillingGroupArn(Aws::String &&value)
AddThingToBillingGroupRequest & WithThingName(const char *value)
AddThingToBillingGroupRequest & WithBillingGroupName(const Aws::String &value)
AddThingToBillingGroupRequest & WithThingName(const Aws::String &value)
void SetThingName(const Aws::String &value)
void SetThingArn(Aws::String &&value)
void SetBillingGroupName(const Aws::String &value)
void SetBillingGroupName(Aws::String &&value)
AddThingToBillingGroupRequest & WithBillingGroupName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String