7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
58 template <
typename ArnT = Aws::String>
60 m_arnHasBeenSet =
true;
61 m_arn = std::forward<ArnT>(value);
63 template <
typename ArnT = Aws::String>
65 SetArn(std::forward<ArnT>(value));
73 bool m_idHasBeenSet =
false;
74 bool m_arnHasBeenSet =
false;
HierarchyGroupSummaryReference & WithId(IdT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API HierarchyGroupSummaryReference & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
AWS_CONNECT_API HierarchyGroupSummaryReference(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API HierarchyGroupSummaryReference()=default
HierarchyGroupSummaryReference & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
bool IdHasBeenSet() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue