/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information that allowed the authorization.See Also:
* AWS API
* Reference
A list of policies that allowed the authentication.
*/ inline const Aws::VectorA list of policies that allowed the authentication.
*/ inline bool PoliciesHasBeenSet() const { return m_policiesHasBeenSet; } /** *A list of policies that allowed the authentication.
*/ inline void SetPolicies(const Aws::VectorA list of policies that allowed the authentication.
*/ inline void SetPolicies(Aws::VectorA list of policies that allowed the authentication.
*/ inline Allowed& WithPolicies(const Aws::VectorA list of policies that allowed the authentication.
*/ inline Allowed& WithPolicies(Aws::VectorA list of policies that allowed the authentication.
*/ inline Allowed& AddPolicies(const Policy& value) { m_policiesHasBeenSet = true; m_policies.push_back(value); return *this; } /** *A list of policies that allowed the authentication.
*/ inline Allowed& AddPolicies(Policy&& value) { m_policiesHasBeenSet = true; m_policies.push_back(std::move(value)); return *this; } private: Aws::Vector