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