7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GroupNameT = Aws::String>
48 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
49 template<
typename GroupNameT = Aws::String>
55 bool m_groupNameHasBeenSet =
false;
AWS_CHIME_API SigninDelegateGroup()=default
SigninDelegateGroup & WithGroupName(GroupNameT &&value)
bool GroupNameHasBeenSet() const
AWS_CHIME_API SigninDelegateGroup(Aws::Utils::Json::JsonView jsonValue)
void SetGroupName(GroupNameT &&value)
AWS_CHIME_API SigninDelegateGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGroupName() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue