7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/iot/model/GroupNameAndArn.h>
49 template<
typename ParentGroupNameT = Aws::String>
50 void SetParentGroupName(ParentGroupNameT&& value) { m_parentGroupNameHasBeenSet =
true; m_parentGroupName = std::forward<ParentGroupNameT>(value); }
51 template<
typename ParentGroupNameT = Aws::String>
61 template<
typename RootToParentThingGroupsT = Aws::Vector<GroupNameAndArn>>
62 void SetRootToParentThingGroups(RootToParentThingGroupsT&& value) { m_rootToParentThingGroupsHasBeenSet =
true; m_rootToParentThingGroups = std::forward<RootToParentThingGroupsT>(value); }
63 template<
typename RootToParentThingGroupsT = Aws::Vector<GroupNameAndArn>>
65 template<
typename RootToParentThingGroupsT = GroupNameAndArn>
66 ThingGroupMetadata&
AddRootToParentThingGroups(RootToParentThingGroupsT&& value) { m_rootToParentThingGroupsHasBeenSet =
true; m_rootToParentThingGroups.emplace_back(std::forward<RootToParentThingGroupsT>(value));
return *
this; }
75 template<
typename CreationDateT = Aws::Utils::DateTime>
76 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
77 template<
typename CreationDateT = Aws::Utils::DateTime>
83 bool m_parentGroupNameHasBeenSet =
false;
86 bool m_rootToParentThingGroupsHasBeenSet =
false;
89 bool m_creationDateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue