7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/apigatewayv2/model/AuthorizerType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/apigatewayv2/model/JWTConfiguration.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
47 template<
typename AuthorizerCredentialsArnT = Aws::String>
48 void SetAuthorizerCredentialsArn(AuthorizerCredentialsArnT&& value) { m_authorizerCredentialsArnHasBeenSet =
true; m_authorizerCredentialsArn = std::forward<AuthorizerCredentialsArnT>(value); }
49 template<
typename AuthorizerCredentialsArnT = Aws::String>
58 template<
typename AuthorizerIdT = Aws::String>
59 void SetAuthorizerId(AuthorizerIdT&& value) { m_authorizerIdHasBeenSet =
true; m_authorizerId = std::forward<AuthorizerIdT>(value); }
60 template<
typename AuthorizerIdT = Aws::String>
73 template<
typename AuthorizerPayloadFormatVersionT = Aws::String>
74 void SetAuthorizerPayloadFormatVersion(AuthorizerPayloadFormatVersionT&& value) { m_authorizerPayloadFormatVersionHasBeenSet =
true; m_authorizerPayloadFormatVersion = std::forward<AuthorizerPayloadFormatVersionT>(value); }
75 template<
typename AuthorizerPayloadFormatVersionT = Aws::String>
118 template<
typename AuthorizerUriT = Aws::String>
119 void SetAuthorizerUri(AuthorizerUriT&& value) { m_authorizerUriHasBeenSet =
true; m_authorizerUri = std::forward<AuthorizerUriT>(value); }
120 template<
typename AuthorizerUriT = Aws::String>
161 template<
typename IdentitySourceT = Aws::Vector<Aws::String>>
162 void SetIdentitySource(IdentitySourceT&& value) { m_identitySourceHasBeenSet =
true; m_identitySource = std::forward<IdentitySourceT>(value); }
163 template<
typename IdentitySourceT = Aws::Vector<Aws::String>>
165 template<
typename IdentitySourceT = Aws::String>
174 template<
typename IdentityVal
idationExpressionT = Aws::String>
175 void SetIdentityValidationExpression(IdentityValidationExpressionT&& value) { m_identityValidationExpressionHasBeenSet =
true; m_identityValidationExpression = std::forward<IdentityValidationExpressionT>(value); }
176 template<
typename IdentityVal
idationExpressionT = Aws::String>
186 template<
typename JwtConfigurationT = JWTConfiguration>
187 void SetJwtConfiguration(JwtConfigurationT&& value) { m_jwtConfigurationHasBeenSet =
true; m_jwtConfiguration = std::forward<JwtConfigurationT>(value); }
188 template<
typename JwtConfigurationT = JWTConfiguration>
197 template<
typename NameT = Aws::String>
198 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
199 template<
typename NameT = Aws::String>
206 template<
typename RequestIdT = Aws::String>
207 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
208 template<
typename RequestIdT = Aws::String>
214 bool m_authorizerCredentialsArnHasBeenSet =
false;
217 bool m_authorizerIdHasBeenSet =
false;
220 bool m_authorizerPayloadFormatVersionHasBeenSet =
false;
222 int m_authorizerResultTtlInSeconds{0};
223 bool m_authorizerResultTtlInSecondsHasBeenSet =
false;
226 bool m_authorizerTypeHasBeenSet =
false;
229 bool m_authorizerUriHasBeenSet =
false;
231 bool m_enableSimpleResponses{
false};
232 bool m_enableSimpleResponsesHasBeenSet =
false;
235 bool m_identitySourceHasBeenSet =
false;
238 bool m_identityValidationExpressionHasBeenSet =
false;
240 JWTConfiguration m_jwtConfiguration;
241 bool m_jwtConfigurationHasBeenSet =
false;
244 bool m_nameHasBeenSet =
false;
247 bool m_requestIdHasBeenSet =
false;
UpdateAuthorizerResult & WithEnableSimpleResponses(bool value)
void SetAuthorizerCredentialsArn(AuthorizerCredentialsArnT &&value)
void SetRequestId(RequestIdT &&value)
UpdateAuthorizerResult & WithRequestId(RequestIdT &&value)
void SetEnableSimpleResponses(bool value)
const JWTConfiguration & GetJwtConfiguration() const
UpdateAuthorizerResult & WithAuthorizerType(AuthorizerType value)
AWS_APIGATEWAYV2_API UpdateAuthorizerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAuthorizerId() const
AWS_APIGATEWAYV2_API UpdateAuthorizerResult()=default
UpdateAuthorizerResult & WithIdentitySource(IdentitySourceT &&value)
const Aws::String & GetRequestId() const
void SetAuthorizerId(AuthorizerIdT &&value)
const Aws::Vector< Aws::String > & GetIdentitySource() const
UpdateAuthorizerResult & WithAuthorizerCredentialsArn(AuthorizerCredentialsArnT &&value)
int GetAuthorizerResultTtlInSeconds() const
UpdateAuthorizerResult & WithIdentityValidationExpression(IdentityValidationExpressionT &&value)
void SetAuthorizerPayloadFormatVersion(AuthorizerPayloadFormatVersionT &&value)
void SetAuthorizerResultTtlInSeconds(int value)
UpdateAuthorizerResult & WithName(NameT &&value)
const Aws::String & GetAuthorizerCredentialsArn() const
UpdateAuthorizerResult & WithAuthorizerResultTtlInSeconds(int value)
UpdateAuthorizerResult & WithAuthorizerPayloadFormatVersion(AuthorizerPayloadFormatVersionT &&value)
void SetAuthorizerType(AuthorizerType value)
void SetIdentityValidationExpression(IdentityValidationExpressionT &&value)
void SetIdentitySource(IdentitySourceT &&value)
UpdateAuthorizerResult & WithAuthorizerUri(AuthorizerUriT &&value)
const Aws::String & GetAuthorizerPayloadFormatVersion() const
UpdateAuthorizerResult & WithJwtConfiguration(JwtConfigurationT &&value)
AuthorizerType GetAuthorizerType() const
void SetAuthorizerUri(AuthorizerUriT &&value)
const Aws::String & GetIdentityValidationExpression() const
UpdateAuthorizerResult & WithAuthorizerId(AuthorizerIdT &&value)
const Aws::String & GetName() const
bool GetEnableSimpleResponses() const
void SetJwtConfiguration(JwtConfigurationT &&value)
UpdateAuthorizerResult & AddIdentitySource(IdentitySourceT &&value)
void SetName(NameT &&value)
AWS_APIGATEWAYV2_API UpdateAuthorizerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAuthorizerUri() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue