7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
63 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
71 bool m_groupIdHasBeenSet =
false;
74 bool m_groupNameHasBeenSet =
false;
bool GroupNameHasBeenSet() const
GroupIdentifier & WithGroupName(const char *value)
GroupIdentifier & WithGroupName(const Aws::String &value)
AWS_WORKMAIL_API GroupIdentifier(Aws::Utils::Json::JsonView jsonValue)
void SetGroupName(const Aws::String &value)
const Aws::String & GetGroupName() const
GroupIdentifier & WithGroupName(Aws::String &&value)
AWS_WORKMAIL_API GroupIdentifier()
GroupIdentifier & WithGroupId(const Aws::String &value)
void SetGroupId(Aws::String &&value)
void SetGroupName(const char *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)
void SetGroupId(const Aws::String &value)
GroupIdentifier & WithGroupId(Aws::String &&value)
void SetGroupId(const char *value)
void SetGroupName(Aws::String &&value)
GroupIdentifier & WithGroupId(const char *value)
bool GroupIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue