7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/AttributePayload.h>
43 template <
typename ThingNameT = Aws::String>
45 m_thingNameHasBeenSet =
true;
46 m_thingName = std::forward<ThingNameT>(value);
48 template <
typename ThingNameT = Aws::String>
61 template <
typename ThingTypeNameT = Aws::String>
63 m_thingTypeNameHasBeenSet =
true;
64 m_thingTypeName = std::forward<ThingTypeNameT>(value);
66 template <
typename ThingTypeNameT = Aws::String>
81 template <
typename AttributePayloadT = AttributePayload>
83 m_attributePayloadHasBeenSet =
true;
84 m_attributePayload = std::forward<AttributePayloadT>(value);
86 template <
typename AttributePayloadT = AttributePayload>
99 template <
typename BillingGroupNameT = Aws::String>
101 m_billingGroupNameHasBeenSet =
true;
102 m_billingGroupName = std::forward<BillingGroupNameT>(value);
104 template <
typename BillingGroupNameT = Aws::String>
112 bool m_thingNameHasBeenSet =
false;
115 bool m_thingTypeNameHasBeenSet =
false;
118 bool m_attributePayloadHasBeenSet =
false;
121 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