7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename BillingGroupNameT = Aws::String>
43 void SetBillingGroupName(BillingGroupNameT&& value) { m_billingGroupNameHasBeenSet =
true; m_billingGroupName = std::forward<BillingGroupNameT>(value); }
44 template<
typename BillingGroupNameT = Aws::String>
54 template<
typename BillingGroupArnT = Aws::String>
55 void SetBillingGroupArn(BillingGroupArnT&& value) { m_billingGroupArnHasBeenSet =
true; m_billingGroupArn = std::forward<BillingGroupArnT>(value); }
56 template<
typename BillingGroupArnT = Aws::String>
66 template<
typename ThingNameT = Aws::String>
67 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
68 template<
typename ThingNameT = Aws::String>
78 template<
typename ThingArnT = Aws::String>
79 void SetThingArn(ThingArnT&& value) { m_thingArnHasBeenSet =
true; m_thingArn = std::forward<ThingArnT>(value); }
80 template<
typename ThingArnT = Aws::String>
86 bool m_billingGroupNameHasBeenSet =
false;
89 bool m_billingGroupArnHasBeenSet =
false;
92 bool m_thingNameHasBeenSet =
false;
95 bool m_thingArnHasBeenSet =
false;
const Aws::String & GetBillingGroupName() const
bool ThingArnHasBeenSet() const
const Aws::String & GetThingName() const
AddThingToBillingGroupRequest & WithThingName(ThingNameT &&value)
AddThingToBillingGroupRequest & WithBillingGroupName(BillingGroupNameT &&value)
bool BillingGroupArnHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
bool BillingGroupNameHasBeenSet() const
bool ThingNameHasBeenSet() const
void SetThingName(ThingNameT &&value)
const Aws::String & GetThingArn() const
const Aws::String & GetBillingGroupArn() const
AddThingToBillingGroupRequest & WithThingArn(ThingArnT &&value)
AddThingToBillingGroupRequest & WithBillingGroupArn(BillingGroupArnT &&value)
AWS_IOT_API AddThingToBillingGroupRequest()=default
void SetThingArn(ThingArnT &&value)
void SetBillingGroupArn(BillingGroupArnT &&value)
void SetBillingGroupName(BillingGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String