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 SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
69 bool m_userIdHasBeenSet =
false;
72 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
MemberUser & WithUserId(Aws::String &&value)
AWS_QBUSINESS_API MemberUser(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API MemberUser()
void SetType(MembershipType &&value)
const MembershipType & GetType() const
void SetUserId(const Aws::String &value)
MemberUser & WithUserId(const char *value)
AWS_QBUSINESS_API MemberUser & operator=(Aws::Utils::Json::JsonView jsonValue)
MemberUser & WithType(const MembershipType &value)
const Aws::String & GetUserId() const
void SetUserId(const char *value)
void SetUserId(Aws::String &&value)
MemberUser & WithUserId(const Aws::String &value)
bool UserIdHasBeenSet() const
void SetType(const MembershipType &value)
MemberUser & WithType(MembershipType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue