7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/AttributePayload.h>
47 template<
typename ThingNameT = Aws::String>
48 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
49 template<
typename ThingNameT = Aws::String>
59 template<
typename ThingTypeNameT = Aws::String>
60 void SetThingTypeName(ThingTypeNameT&& value) { m_thingTypeNameHasBeenSet =
true; m_thingTypeName = std::forward<ThingTypeNameT>(value); }
61 template<
typename ThingTypeNameT = Aws::String>
73 template<
typename AttributePayloadT = AttributePayload>
74 void SetAttributePayload(AttributePayloadT&& value) { m_attributePayloadHasBeenSet =
true; m_attributePayload = std::forward<AttributePayloadT>(value); }
75 template<
typename AttributePayloadT = AttributePayload>
85 template<
typename BillingGroupNameT = Aws::String>
86 void SetBillingGroupName(BillingGroupNameT&& value) { m_billingGroupNameHasBeenSet =
true; m_billingGroupName = std::forward<BillingGroupNameT>(value); }
87 template<
typename BillingGroupNameT = Aws::String>
93 bool m_thingNameHasBeenSet =
false;
96 bool m_thingTypeNameHasBeenSet =
false;
99 bool m_attributePayloadHasBeenSet =
false;
102 bool m_billingGroupNameHasBeenSet =
false;
const Aws::String & GetThingName() const
const AttributePayload & GetAttributePayload() const
CreateThingRequest & WithBillingGroupName(BillingGroupNameT &&value)
bool BillingGroupNameHasBeenSet() const
bool AttributePayloadHasBeenSet() const
bool ThingTypeNameHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
bool ThingNameHasBeenSet() const
AWS_IOT_API CreateThingRequest()=default
CreateThingRequest & WithThingName(ThingNameT &&value)
CreateThingRequest & WithThingTypeName(ThingTypeNameT &&value)
void SetThingName(ThingNameT &&value)
const Aws::String & GetThingTypeName() const
void SetThingTypeName(ThingTypeNameT &&value)
const Aws::String & GetBillingGroupName() const
CreateThingRequest & WithAttributePayload(AttributePayloadT &&value)
void SetAttributePayload(AttributePayloadT &&value)
virtual const char * GetServiceRequestName() const override
void SetBillingGroupName(BillingGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String