7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/MembershipType.h>
47 template<
typename UserIdT = Aws::String>
48 void SetUserId(
UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
49 template<
typename UserIdT = Aws::String>
65 bool m_userIdHasBeenSet =
false;
68 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
MembershipType GetType() const
AWS_QBUSINESS_API MemberUser(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
MemberUser & WithUserId(UserIdT &&value)
AWS_QBUSINESS_API MemberUser & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API MemberUser()=default
const Aws::String & GetUserId() const
MemberUser & WithType(MembershipType value)
void SetType(MembershipType value)
void SetUserId(UserIdT &&value)
bool UserIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue