7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
56 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_CONNECT_API HierarchyLevelUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
HierarchyLevelUpdate & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_CONNECT_API HierarchyLevelUpdate()=default
AWS_CONNECT_API HierarchyLevelUpdate(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue