7#include <aws/core/utils/DateTime.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>
11#include <aws/iot/model/GroupNameAndArn.h>
43 template <
typename ParentGroupNameT = Aws::String>
45 m_parentGroupNameHasBeenSet =
true;
46 m_parentGroupName = std::forward<ParentGroupNameT>(value);
48 template <
typename ParentGroupNameT = Aws::String>
61 template <
typename RootToParentThingGroupsT = Aws::Vector<GroupNameAndArn>>
63 m_rootToParentThingGroupsHasBeenSet =
true;
64 m_rootToParentThingGroups = std::forward<RootToParentThingGroupsT>(value);
66 template <
typename RootToParentThingGroupsT = Aws::Vector<GroupNameAndArn>>
71 template <
typename RootToParentThingGroupsT = GroupNameAndArn>
73 m_rootToParentThingGroupsHasBeenSet =
true;
74 m_rootToParentThingGroups.emplace_back(std::forward<RootToParentThingGroupsT>(value));
85 template <
typename CreationDateT = Aws::Utils::DateTime>
87 m_creationDateHasBeenSet =
true;
88 m_creationDate = std::forward<CreationDateT>(value);
90 template <
typename CreationDateT = Aws::Utils::DateTime>
102 bool m_parentGroupNameHasBeenSet =
false;
103 bool m_rootToParentThingGroupsHasBeenSet =
false;
104 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