7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/AttributePayload.h>
49 inline void SetThingGroupDescription(
const char* value) { m_thingGroupDescriptionHasBeenSet =
true; m_thingGroupDescription.assign(value); }
69 bool m_thingGroupDescriptionHasBeenSet =
false;
72 bool m_attributePayloadHasBeenSet =
false;
ThingGroupProperties & WithAttributePayload(AttributePayload &&value)
bool AttributePayloadHasBeenSet() const
ThingGroupProperties & WithThingGroupDescription(const Aws::String &value)
ThingGroupProperties & WithThingGroupDescription(const char *value)
void SetThingGroupDescription(const Aws::String &value)
const AttributePayload & GetAttributePayload() const
void SetThingGroupDescription(Aws::String &&value)
AWS_IOT_API ThingGroupProperties(Aws::Utils::Json::JsonView jsonValue)
ThingGroupProperties & WithAttributePayload(const AttributePayload &value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThingGroupDescriptionHasBeenSet() const
ThingGroupProperties & WithThingGroupDescription(Aws::String &&value)
AWS_IOT_API ThingGroupProperties()
void SetThingGroupDescription(const char *value)
void SetAttributePayload(const AttributePayload &value)
const Aws::String & GetThingGroupDescription() const
void SetAttributePayload(AttributePayload &&value)
AWS_IOT_API ThingGroupProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue