7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/MembershipType.h>
49 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
69 bool m_groupNameHasBeenSet =
false;
72 bool m_typeHasBeenSet =
false;
MemberGroup & WithType(const MembershipType &value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroupName(const char *value)
bool GroupNameHasBeenSet() const
MemberGroup & WithType(MembershipType &&value)
MemberGroup & WithGroupName(const char *value)
AWS_QBUSINESS_API MemberGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API MemberGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const MembershipType &value)
MemberGroup & WithGroupName(Aws::String &&value)
const MembershipType & GetType() const
AWS_QBUSINESS_API MemberGroup()
const Aws::String & GetGroupName() const
void SetGroupName(const Aws::String &value)
void SetGroupName(Aws::String &&value)
MemberGroup & WithGroupName(const Aws::String &value)
void SetType(MembershipType &&value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue