7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GroupIdT = Aws::String>
48 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
49 template<
typename GroupIdT = Aws::String>
59 template<
typename GroupNameT = Aws::String>
60 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
61 template<
typename GroupNameT = Aws::String>
67 bool m_groupIdHasBeenSet =
false;
70 bool m_groupNameHasBeenSet =
false;
bool GroupNameHasBeenSet() const
void SetGroupName(GroupNameT &&value)
AWS_WORKMAIL_API GroupIdentifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGroupName() const
GroupIdentifier & WithGroupName(GroupNameT &&value)
void SetGroupId(GroupIdT &&value)
AWS_WORKMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetGroupId() const
AWS_WORKMAIL_API GroupIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKMAIL_API GroupIdentifier()=default
GroupIdentifier & WithGroupId(GroupIdT &&value)
bool GroupIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue