7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/HierarchyPath.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
85 template<
typename LevelIdT = Aws::String>
86 void SetLevelId(LevelIdT&& value) { m_levelIdHasBeenSet =
true; m_levelId = std::forward<LevelIdT>(value); }
87 template<
typename LevelIdT = Aws::String>
97 template<
typename HierarchyPathT = HierarchyPath>
98 void SetHierarchyPath(HierarchyPathT&& value) { m_hierarchyPathHasBeenSet =
true; m_hierarchyPath = std::forward<HierarchyPathT>(value); }
99 template<
typename HierarchyPathT = HierarchyPath>
110 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
111 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
112 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
114 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
116 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
126 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
127 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
128 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
138 template<
typename LastModifiedRegionT = Aws::String>
139 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
140 template<
typename LastModifiedRegionT = Aws::String>
146 bool m_idHasBeenSet =
false;
149 bool m_arnHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
155 bool m_levelIdHasBeenSet =
false;
158 bool m_hierarchyPathHasBeenSet =
false;
161 bool m_tagsHasBeenSet =
false;
164 bool m_lastModifiedTimeHasBeenSet =
false;
167 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