7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename ThingGroupNameT = Aws::String>
49 void SetThingGroupName(ThingGroupNameT&& value) { m_thingGroupNameHasBeenSet =
true; m_thingGroupName = std::forward<ThingGroupNameT>(value); }
50 template<
typename ThingGroupNameT = Aws::String>
60 template<
typename ThingGroupIdT = Aws::String>
61 void SetThingGroupId(ThingGroupIdT&& value) { m_thingGroupIdHasBeenSet =
true; m_thingGroupId = std::forward<ThingGroupIdT>(value); }
62 template<
typename ThingGroupIdT = Aws::String>
72 template<
typename ThingGroupDescriptionT = Aws::String>
73 void SetThingGroupDescription(ThingGroupDescriptionT&& value) { m_thingGroupDescriptionHasBeenSet =
true; m_thingGroupDescription = std::forward<ThingGroupDescriptionT>(value); }
74 template<
typename ThingGroupDescriptionT = Aws::String>
84 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
85 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
86 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
88 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
90 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
100 template<
typename ParentGroupNamesT = Aws::Vector<Aws::String>>
101 void SetParentGroupNames(ParentGroupNamesT&& value) { m_parentGroupNamesHasBeenSet =
true; m_parentGroupNames = std::forward<ParentGroupNamesT>(value); }
102 template<
typename ParentGroupNamesT = Aws::Vector<Aws::String>>
104 template<
typename ParentGroupNamesT = Aws::String>
110 bool m_thingGroupNameHasBeenSet =
false;
113 bool m_thingGroupIdHasBeenSet =
false;
116 bool m_thingGroupDescriptionHasBeenSet =
false;
119 bool m_attributesHasBeenSet =
false;
122 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