7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9#include <aws/qbusiness/model/MembershipType.h>
41 template <
typename UserIdT = Aws::String>
43 m_userIdHasBeenSet =
true;
44 m_userId = std::forward<UserIdT>(value);
46 template <
typename UserIdT = Aws::String>
60 m_typeHasBeenSet =
true;
70 bool m_userIdHasBeenSet =
false;
73 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