/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information that explicitly denies authorization.See Also:
* AWS
* API Reference
The policies that denied the authorization.
*/ inline const Aws::VectorThe policies that denied the authorization.
*/ inline bool PoliciesHasBeenSet() const { return m_policiesHasBeenSet; } /** *The policies that denied the authorization.
*/ inline void SetPolicies(const Aws::VectorThe policies that denied the authorization.
*/ inline void SetPolicies(Aws::VectorThe policies that denied the authorization.
*/ inline ExplicitDeny& WithPolicies(const Aws::VectorThe policies that denied the authorization.
*/ inline ExplicitDeny& WithPolicies(Aws::VectorThe policies that denied the authorization.
*/ inline ExplicitDeny& AddPolicies(const Policy& value) { m_policiesHasBeenSet = true; m_policies.push_back(value); return *this; } /** *The policies that denied the authorization.
*/ inline ExplicitDeny& AddPolicies(Policy&& value) { m_policiesHasBeenSet = true; m_policies.push_back(std::move(value)); return *this; } private: Aws::Vector