7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/model/CognitoConfig.h>
9#include <aws/apigatewayv2/model/None.h>
20namespace ApiGatewayV2 {
42 template <
typename CognitoConfigT = CognitoConfig>
44 m_cognitoConfigHasBeenSet =
true;
45 m_cognitoConfig = std::forward<CognitoConfigT>(value);
47 template <
typename CognitoConfigT = CognitoConfig>
61 template <
typename NoneT = None>
63 m_noneHasBeenSet =
true;
64 m_none = std::forward<NoneT>(value);
66 template <
typename NoneT = None>
68 SetNone(std::forward<NoneT>(value));
76 bool m_cognitoConfigHasBeenSet =
false;
77 bool m_noneHasBeenSet =
false;
Authorization & WithCognitoConfig(CognitoConfigT &&value)
void SetNone(NoneT &&value)
AWS_APIGATEWAYV2_API Authorization & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API Authorization(Aws::Utils::Json::JsonView jsonValue)
Authorization & WithNone(NoneT &&value)
AWS_APIGATEWAYV2_API Authorization()=default
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
const CognitoConfig & GetCognitoConfig() const
bool CognitoConfigHasBeenSet() const
bool NoneHasBeenSet() const
void SetCognitoConfig(CognitoConfigT &&value)
const None & GetNone() const
Aws::Utils::Json::JsonValue JsonValue