7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/AttributePayload.h>
47 template<
typename ThingGroupDescriptionT = Aws::String>
48 void SetThingGroupDescription(ThingGroupDescriptionT&& value) { m_thingGroupDescriptionHasBeenSet =
true; m_thingGroupDescription = std::forward<ThingGroupDescriptionT>(value); }
49 template<
typename ThingGroupDescriptionT = Aws::String>
59 template<
typename AttributePayloadT = AttributePayload>
60 void SetAttributePayload(AttributePayloadT&& value) { m_attributePayloadHasBeenSet =
true; m_attributePayload = std::forward<AttributePayloadT>(value); }
61 template<
typename AttributePayloadT = AttributePayload>
67 bool m_thingGroupDescriptionHasBeenSet =
false;
70 bool m_attributePayloadHasBeenSet =
false;
ThingGroupProperties & WithThingGroupDescription(ThingGroupDescriptionT &&value)
bool AttributePayloadHasBeenSet() const
const AttributePayload & GetAttributePayload() const
AWS_IOT_API ThingGroupProperties()=default
AWS_IOT_API ThingGroupProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetThingGroupDescription(ThingGroupDescriptionT &&value)
bool ThingGroupDescriptionHasBeenSet() const
const Aws::String & GetThingGroupDescription() const
ThingGroupProperties & WithAttributePayload(AttributePayloadT &&value)
AWS_IOT_API ThingGroupProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributePayload(AttributePayloadT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue