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>
50 inline void SetApiId(
const char* value) { m_apiIdHasBeenSet =
true; m_apiId.assign(value); }
68 inline void SetAuthorizerCredentialsArn(
const char* value) { m_authorizerCredentialsArnHasBeenSet =
true; m_authorizerCredentialsArn.assign(value); }
138 inline void SetAuthorizerUri(
const char* value) { m_authorizerUriHasBeenSet =
true; m_authorizerUri.assign(value); }
228 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
236 bool m_apiIdHasBeenSet =
false;
239 bool m_authorizerCredentialsArnHasBeenSet =
false;
242 bool m_authorizerPayloadFormatVersionHasBeenSet =
false;
244 int m_authorizerResultTtlInSeconds;
245 bool m_authorizerResultTtlInSecondsHasBeenSet =
false;
248 bool m_authorizerTypeHasBeenSet =
false;
251 bool m_authorizerUriHasBeenSet =
false;
253 bool m_enableSimpleResponses;
254 bool m_enableSimpleResponsesHasBeenSet =
false;
257 bool m_identitySourceHasBeenSet =
false;
260 bool m_identityValidationExpressionHasBeenSet =
false;
263 bool m_jwtConfigurationHasBeenSet =
false;
266 bool m_nameHasBeenSet =
false;
bool IdentityValidationExpressionHasBeenSet() const
bool AuthorizerTypeHasBeenSet() const
CreateAuthorizerRequest & WithJwtConfiguration(JWTConfiguration &&value)
CreateAuthorizerRequest & WithAuthorizerPayloadFormatVersion(const char *value)
CreateAuthorizerRequest & WithAuthorizerCredentialsArn(const Aws::String &value)
bool NameHasBeenSet() const
void SetIdentityValidationExpression(const char *value)
bool IdentitySourceHasBeenSet() const
int GetAuthorizerResultTtlInSeconds() const
CreateAuthorizerRequest & WithAuthorizerPayloadFormatVersion(const Aws::String &value)
const AuthorizerType & GetAuthorizerType() const
CreateAuthorizerRequest & WithAuthorizerType(const AuthorizerType &value)
CreateAuthorizerRequest & WithJwtConfiguration(const JWTConfiguration &value)
void SetIdentityValidationExpression(Aws::String &&value)
CreateAuthorizerRequest & WithAuthorizerUri(const Aws::String &value)
void SetApiId(Aws::String &&value)
void SetIdentityValidationExpression(const Aws::String &value)
CreateAuthorizerRequest & WithAuthorizerPayloadFormatVersion(Aws::String &&value)
const Aws::String & GetApiId() const
CreateAuthorizerRequest & WithName(Aws::String &&value)
CreateAuthorizerRequest & WithIdentitySource(Aws::Vector< Aws::String > &&value)
CreateAuthorizerRequest & WithApiId(const Aws::String &value)
CreateAuthorizerRequest & AddIdentitySource(const Aws::String &value)
CreateAuthorizerRequest & WithIdentityValidationExpression(const char *value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
void SetIdentitySource(Aws::Vector< Aws::String > &&value)
const Aws::String & GetAuthorizerCredentialsArn() const
CreateAuthorizerRequest & WithName(const char *value)
CreateAuthorizerRequest & WithIdentitySource(const Aws::Vector< Aws::String > &value)
CreateAuthorizerRequest & AddIdentitySource(Aws::String &&value)
CreateAuthorizerRequest & WithAuthorizerUri(const char *value)
void SetAuthorizerUri(const Aws::String &value)
void SetApiId(const char *value)
void SetAuthorizerCredentialsArn(Aws::String &&value)
const Aws::String & GetName() const
CreateAuthorizerRequest & WithAuthorizerCredentialsArn(Aws::String &&value)
const Aws::Vector< Aws::String > & GetIdentitySource() const
CreateAuthorizerRequest & WithApiId(const char *value)
void SetAuthorizerUri(const char *value)
CreateAuthorizerRequest & WithAuthorizerUri(Aws::String &&value)
void SetAuthorizerCredentialsArn(const char *value)
void SetJwtConfiguration(const JWTConfiguration &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdentityValidationExpression() const
CreateAuthorizerRequest & WithApiId(Aws::String &&value)
bool ApiIdHasBeenSet() const
void SetAuthorizerResultTtlInSeconds(int value)
const JWTConfiguration & GetJwtConfiguration() const
const Aws::String & GetAuthorizerPayloadFormatVersion() const
CreateAuthorizerRequest & WithAuthorizerResultTtlInSeconds(int value)
bool AuthorizerUriHasBeenSet() const
CreateAuthorizerRequest & WithName(const Aws::String &value)
bool AuthorizerResultTtlInSecondsHasBeenSet() const
void SetAuthorizerCredentialsArn(const Aws::String &value)
CreateAuthorizerRequest & WithIdentityValidationExpression(const Aws::String &value)
bool JwtConfigurationHasBeenSet() const
void SetAuthorizerType(const AuthorizerType &value)
CreateAuthorizerRequest & WithAuthorizerCredentialsArn(const char *value)
bool GetEnableSimpleResponses() const
CreateAuthorizerRequest & WithIdentityValidationExpression(Aws::String &&value)
void SetName(const char *value)
void SetIdentitySource(const Aws::Vector< Aws::String > &value)
void SetAuthorizerPayloadFormatVersion(Aws::String &&value)
CreateAuthorizerRequest & WithEnableSimpleResponses(bool value)
void SetAuthorizerPayloadFormatVersion(const char *value)
void SetName(Aws::String &&value)
void SetAuthorizerType(AuthorizerType &&value)
const Aws::String & GetAuthorizerUri() const
CreateAuthorizerRequest & WithAuthorizerType(AuthorizerType &&value)
bool EnableSimpleResponsesHasBeenSet() const
void SetAuthorizerPayloadFormatVersion(const Aws::String &value)
void SetEnableSimpleResponses(bool value)
void SetName(const Aws::String &value)
void SetJwtConfiguration(JWTConfiguration &&value)
void SetAuthorizerUri(Aws::String &&value)
bool AuthorizerCredentialsArnHasBeenSet() const
CreateAuthorizerRequest & AddIdentitySource(const char *value)
void SetApiId(const Aws::String &value)
AWS_APIGATEWAYV2_API CreateAuthorizerRequest()
bool AuthorizerPayloadFormatVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector