/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace ElasticLoadBalancingv2 { namespace Model { enum class AuthenticateCognitoActionConditionalBehaviorEnum { NOT_SET, deny, allow, authenticate }; namespace AuthenticateCognitoActionConditionalBehaviorEnumMapper { AWS_ELASTICLOADBALANCINGV2_API AuthenticateCognitoActionConditionalBehaviorEnum GetAuthenticateCognitoActionConditionalBehaviorEnumForName(const Aws::String& name); AWS_ELASTICLOADBALANCINGV2_API Aws::String GetNameForAuthenticateCognitoActionConditionalBehaviorEnum(AuthenticateCognitoActionConditionalBehaviorEnum value); } // namespace AuthenticateCognitoActionConditionalBehaviorEnumMapper } // namespace Model } // namespace ElasticLoadBalancingv2 } // namespace Aws