7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/apigatewayv2/model/AuthorizerType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/apigatewayv2/model/JWTConfiguration.h>
47 template<
typename ApiIdT = Aws::String>
48 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
49 template<
typename ApiIdT = Aws::String>
62 template<
typename AuthorizerCredentialsArnT = Aws::String>
63 void SetAuthorizerCredentialsArn(AuthorizerCredentialsArnT&& value) { m_authorizerCredentialsArnHasBeenSet =
true; m_authorizerCredentialsArn = std::forward<AuthorizerCredentialsArnT>(value); }
64 template<
typename AuthorizerCredentialsArnT = Aws::String>
74 template<
typename AuthorizerIdT = Aws::String>
75 void SetAuthorizerId(AuthorizerIdT&& value) { m_authorizerIdHasBeenSet =
true; m_authorizerId = std::forward<AuthorizerIdT>(value); }
76 template<
typename AuthorizerIdT = Aws::String>
90 template<
typename AuthorizerPayloadFormatVersionT = Aws::String>
91 void SetAuthorizerPayloadFormatVersion(AuthorizerPayloadFormatVersionT&& value) { m_authorizerPayloadFormatVersionHasBeenSet =
true; m_authorizerPayloadFormatVersion = std::forward<AuthorizerPayloadFormatVersionT>(value); }
92 template<
typename AuthorizerPayloadFormatVersionT = Aws::String>
138 template<
typename AuthorizerUriT = Aws::String>
139 void SetAuthorizerUri(AuthorizerUriT&& value) { m_authorizerUriHasBeenSet =
true; m_authorizerUri = std::forward<AuthorizerUriT>(value); }
140 template<
typename AuthorizerUriT = Aws::String>
184 template<
typename IdentitySourceT = Aws::Vector<Aws::String>>
185 void SetIdentitySource(IdentitySourceT&& value) { m_identitySourceHasBeenSet =
true; m_identitySource = std::forward<IdentitySourceT>(value); }
186 template<
typename IdentitySourceT = Aws::Vector<Aws::String>>
188 template<
typename IdentitySourceT = Aws::String>
198 template<
typename IdentityVal
idationExpressionT = Aws::String>
199 void SetIdentityValidationExpression(IdentityValidationExpressionT&& value) { m_identityValidationExpressionHasBeenSet =
true; m_identityValidationExpression = std::forward<IdentityValidationExpressionT>(value); }
200 template<
typename IdentityVal
idationExpressionT = Aws::String>
211 template<
typename JwtConfigurationT = JWTConfiguration>
212 void SetJwtConfiguration(JwtConfigurationT&& value) { m_jwtConfigurationHasBeenSet =
true; m_jwtConfiguration = std::forward<JwtConfigurationT>(value); }
213 template<
typename JwtConfigurationT = JWTConfiguration>
223 template<
typename NameT = Aws::String>
224 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
225 template<
typename NameT = Aws::String>
231 bool m_apiIdHasBeenSet =
false;
234 bool m_authorizerCredentialsArnHasBeenSet =
false;
237 bool m_authorizerIdHasBeenSet =
false;
240 bool m_authorizerPayloadFormatVersionHasBeenSet =
false;
242 int m_authorizerResultTtlInSeconds{0};
243 bool m_authorizerResultTtlInSecondsHasBeenSet =
false;
246 bool m_authorizerTypeHasBeenSet =
false;
249 bool m_authorizerUriHasBeenSet =
false;
251 bool m_enableSimpleResponses{
false};
252 bool m_enableSimpleResponsesHasBeenSet =
false;
255 bool m_identitySourceHasBeenSet =
false;
258 bool m_identityValidationExpressionHasBeenSet =
false;
260 JWTConfiguration m_jwtConfiguration;
261 bool m_jwtConfigurationHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
const Aws::String & GetAuthorizerPayloadFormatVersion() const
const Aws::String & GetAuthorizerUri() const
void SetJwtConfiguration(JwtConfigurationT &&value)
void SetAuthorizerResultTtlInSeconds(int value)
void SetName(NameT &&value)
AWS_APIGATEWAYV2_API UpdateAuthorizerRequest()=default
UpdateAuthorizerRequest & WithAuthorizerType(AuthorizerType value)
UpdateAuthorizerRequest & WithAuthorizerUri(AuthorizerUriT &&value)
void SetAuthorizerUri(AuthorizerUriT &&value)
UpdateAuthorizerRequest & WithIdentityValidationExpression(IdentityValidationExpressionT &&value)
UpdateAuthorizerRequest & WithAuthorizerResultTtlInSeconds(int value)
bool EnableSimpleResponsesHasBeenSet() const
AuthorizerType GetAuthorizerType() const
const Aws::String & GetApiId() const
void SetAuthorizerType(AuthorizerType value)
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetIdentitySource() const
const Aws::String & GetIdentityValidationExpression() const
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
UpdateAuthorizerRequest & WithIdentitySource(IdentitySourceT &&value)
UpdateAuthorizerRequest & AddIdentitySource(IdentitySourceT &&value)
void SetIdentityValidationExpression(IdentityValidationExpressionT &&value)
UpdateAuthorizerRequest & WithAuthorizerPayloadFormatVersion(AuthorizerPayloadFormatVersionT &&value)
bool AuthorizerTypeHasBeenSet() const
bool IdentityValidationExpressionHasBeenSet() const
void SetAuthorizerPayloadFormatVersion(AuthorizerPayloadFormatVersionT &&value)
bool AuthorizerResultTtlInSecondsHasBeenSet() const
const Aws::String & GetAuthorizerCredentialsArn() const
bool JwtConfigurationHasBeenSet() const
bool AuthorizerPayloadFormatVersionHasBeenSet() const
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool AuthorizerCredentialsArnHasBeenSet() const
bool AuthorizerIdHasBeenSet() const
void SetAuthorizerCredentialsArn(AuthorizerCredentialsArnT &&value)
void SetEnableSimpleResponses(bool value)
UpdateAuthorizerRequest & WithApiId(ApiIdT &&value)
UpdateAuthorizerRequest & WithAuthorizerCredentialsArn(AuthorizerCredentialsArnT &&value)
bool ApiIdHasBeenSet() const
const Aws::String & GetAuthorizerId() const
void SetAuthorizerId(AuthorizerIdT &&value)
UpdateAuthorizerRequest & WithName(NameT &&value)
bool GetEnableSimpleResponses() const
int GetAuthorizerResultTtlInSeconds() const
UpdateAuthorizerRequest & WithJwtConfiguration(JwtConfigurationT &&value)
bool IdentitySourceHasBeenSet() const
void SetIdentitySource(IdentitySourceT &&value)
const JWTConfiguration & GetJwtConfiguration() const
UpdateAuthorizerRequest & WithEnableSimpleResponses(bool value)
UpdateAuthorizerRequest & WithAuthorizerId(AuthorizerIdT &&value)
bool AuthorizerUriHasBeenSet() const
void SetApiId(ApiIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector