7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/HierarchyPath.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 template <
typename LevelIdT = Aws::String>
99 m_levelIdHasBeenSet =
true;
100 m_levelId = std::forward<LevelIdT>(value);
102 template <
typename LevelIdT = Aws::String>
115 template <
typename HierarchyPathT = HierarchyPath>
117 m_hierarchyPathHasBeenSet =
true;
118 m_hierarchyPath = std::forward<HierarchyPathT>(value);
120 template <
typename HierarchyPathT = HierarchyPath>
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 m_tagsHasBeenSet =
true;
137 m_tags = std::forward<TagsT>(value);
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 SetTags(std::forward<TagsT>(value));
144 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
146 m_tagsHasBeenSet =
true;
147 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
158 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
160 m_lastModifiedTimeHasBeenSet =
true;
161 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
163 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
176 template <
typename LastModifiedRegionT = Aws::String>
178 m_lastModifiedRegionHasBeenSet =
true;
179 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
181 template <
typename LastModifiedRegionT = Aws::String>
203 bool m_idHasBeenSet =
false;
204 bool m_arnHasBeenSet =
false;
205 bool m_nameHasBeenSet =
false;
206 bool m_levelIdHasBeenSet =
false;
207 bool m_hierarchyPathHasBeenSet =
false;
208 bool m_tagsHasBeenSet =
false;
209 bool m_lastModifiedTimeHasBeenSet =
false;
210 bool m_lastModifiedRegionHasBeenSet =
false;
HierarchyGroup & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetName(NameT &&value)
HierarchyGroup & WithTags(TagsT &&value)
AWS_CONNECT_API HierarchyGroup(Aws::Utils::Json::JsonView jsonValue)
HierarchyGroup & WithHierarchyPath(HierarchyPathT &&value)
HierarchyGroup & WithName(NameT &&value)
bool IdHasBeenSet() const
const Aws::String & GetLastModifiedRegion() const
AWS_CONNECT_API HierarchyGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TagsHasBeenSet() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
void SetHierarchyPath(HierarchyPathT &&value)
HierarchyGroup & WithLevelId(LevelIdT &&value)
const Aws::String & GetArn() const
const HierarchyPath & GetHierarchyPath() const
HierarchyGroup & WithLastModifiedRegion(LastModifiedRegionT &&value)
bool LastModifiedRegionHasBeenSet() const
bool ArnHasBeenSet() const
HierarchyGroup & WithId(IdT &&value)
bool LevelIdHasBeenSet() const
HierarchyGroup & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetTags(TagsT &&value)
bool HierarchyPathHasBeenSet() const
HierarchyGroup & WithArn(ArnT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
void SetLevelId(LevelIdT &&value)
AWS_CONNECT_API HierarchyGroup()=default
const Aws::String & GetName() const
void SetArn(ArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetId() const
bool LastModifiedTimeHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetLevelId() const
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
Aws::Utils::Json::JsonValue JsonValue