7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/MembershipType.h>
49 template<
typename IdT = Aws::String>
50 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
68 bool m_idHasBeenSet =
false;
71 bool m_typeHasBeenSet =
false;
AWS_QBUSINESS_API DocumentAclUser(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
AWS_QBUSINESS_API DocumentAclUser & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
AWS_QBUSINESS_API DocumentAclUser()=default
DocumentAclUser & WithId(IdT &&value)
bool TypeHasBeenSet() const
void SetType(MembershipType value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
MembershipType GetType() const
DocumentAclUser & WithType(MembershipType value)
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