7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/IoT_EXPORTS.h>
42 template <
typename ThingGroupNameT = Aws::String>
44 m_thingGroupNameHasBeenSet =
true;
45 m_thingGroupName = std::forward<ThingGroupNameT>(value);
47 template <
typename ThingGroupNameT = Aws::String>
60 template <
typename ThingGroupIdT = Aws::String>
62 m_thingGroupIdHasBeenSet =
true;
63 m_thingGroupId = std::forward<ThingGroupIdT>(value);
65 template <
typename ThingGroupIdT = Aws::String>
78 template <
typename ThingGroupDescriptionT = Aws::String>
80 m_thingGroupDescriptionHasBeenSet =
true;
81 m_thingGroupDescription = std::forward<ThingGroupDescriptionT>(value);
83 template <
typename ThingGroupDescriptionT = Aws::String>
96 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
98 m_attributesHasBeenSet =
true;
99 m_attributes = std::forward<AttributesT>(value);
101 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
106 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
108 m_attributesHasBeenSet =
true;
109 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
120 template <
typename ParentGroupNamesT = Aws::Vector<Aws::String>>
122 m_parentGroupNamesHasBeenSet =
true;
123 m_parentGroupNames = std::forward<ParentGroupNamesT>(value);
125 template <
typename ParentGroupNamesT = Aws::Vector<Aws::String>>
130 template <
typename ParentGroupNamesT = Aws::String>
132 m_parentGroupNamesHasBeenSet =
true;
133 m_parentGroupNames.emplace_back(std::forward<ParentGroupNamesT>(value));
147 bool m_thingGroupNameHasBeenSet =
false;
148 bool m_thingGroupIdHasBeenSet =
false;
149 bool m_thingGroupDescriptionHasBeenSet =
false;
150 bool m_attributesHasBeenSet =
false;
151 bool m_parentGroupNamesHasBeenSet =
false;
void SetAttributes(AttributesT &&value)
AWS_IOT_API ThingGroupDocument & operator=(Aws::Utils::Json::JsonView jsonValue)
ThingGroupDocument & WithThingGroupDescription(ThingGroupDescriptionT &&value)
const Aws::String & GetThingGroupId() const
ThingGroupDocument & WithThingGroupName(ThingGroupNameT &&value)
bool AttributesHasBeenSet() const
const Aws::String & GetThingGroupDescription() const
void SetThingGroupId(ThingGroupIdT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetThingGroupDescription(ThingGroupDescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
const Aws::Vector< Aws::String > & GetParentGroupNames() const
void SetParentGroupNames(ParentGroupNamesT &&value)
AWS_IOT_API ThingGroupDocument(Aws::Utils::Json::JsonView jsonValue)
ThingGroupDocument & WithThingGroupId(ThingGroupIdT &&value)
ThingGroupDocument & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
bool ThingGroupNameHasBeenSet() const
AWS_IOT_API ThingGroupDocument()=default
void SetThingGroupName(ThingGroupNameT &&value)
ThingGroupDocument & WithParentGroupNames(ParentGroupNamesT &&value)
bool ThingGroupIdHasBeenSet() const
bool ThingGroupDescriptionHasBeenSet() const
const Aws::String & GetThingGroupName() const
bool ParentGroupNamesHasBeenSet() const
ThingGroupDocument & AddParentGroupNames(ParentGroupNamesT &&value)
ThingGroupDocument & WithAttributes(AttributesT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue