7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/DocumentAclMembership.h>
48 template<
typename AllowlistT = DocumentAclMembership>
49 void SetAllowlist(
AllowlistT&& value) { m_allowlistHasBeenSet =
true; m_allowlist = std::forward<AllowlistT>(value); }
50 template<
typename AllowlistT = DocumentAclMembership>
62 template<
typename DenyListT = DocumentAclMembership>
63 void SetDenyList(
DenyListT&& value) { m_denyListHasBeenSet =
true; m_denyList = std::forward<DenyListT>(value); }
64 template<
typename DenyListT = DocumentAclMembership>
70 bool m_allowlistHasBeenSet =
false;
73 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