7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/DocumentAclMembership.h>
42 template <
typename AllowlistT = DocumentAclMembership>
44 m_allowlistHasBeenSet =
true;
45 m_allowlist = std::forward<AllowlistT>(value);
47 template <
typename AllowlistT = DocumentAclMembership>
62 template <
typename DenyListT = DocumentAclMembership>
64 m_denyListHasBeenSet =
true;
65 m_denyList = std::forward<DenyListT>(value);
67 template <
typename DenyListT = DocumentAclMembership>
77 bool m_allowlistHasBeenSet =
false;
78 bool m_denyListHasBeenSet =
false;
AWS_QBUSINESS_API DocumentAcl()=default
AWS_QBUSINESS_API DocumentAcl & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API DocumentAcl(Aws::Utils::Json::JsonView jsonValue)
void SetAllowlist(AllowlistT &&value)
DocumentAcl & WithDenyList(DenyListT &&value)
void SetDenyList(DenyListT &&value)
bool DenyListHasBeenSet() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const DocumentAclMembership & GetDenyList() const
const DocumentAclMembership & GetAllowlist() const
DocumentAcl & WithAllowlist(AllowlistT &&value)
bool AllowlistHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue