7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/apigateway/model/AuthorizerType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
49 inline void SetRestApiId(
const char* value) { m_restApiIdHasBeenSet =
true; m_restApiId.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
112 inline void SetAuthType(
const char* value) { m_authTypeHasBeenSet =
true; m_authType.assign(value); }
136 inline void SetAuthorizerUri(
const char* value) { m_authorizerUriHasBeenSet =
true; m_authorizerUri.assign(value); }
153 inline void SetAuthorizerCredentials(
const char* value) { m_authorizerCredentialsHasBeenSet =
true; m_authorizerCredentials.assign(value); }
186 inline void SetIdentitySource(
const char* value) { m_identitySourceHasBeenSet =
true; m_identitySource.assign(value); }
228 bool m_restApiIdHasBeenSet =
false;
231 bool m_nameHasBeenSet =
false;
234 bool m_typeHasBeenSet =
false;
237 bool m_providerARNsHasBeenSet =
false;
240 bool m_authTypeHasBeenSet =
false;
243 bool m_authorizerUriHasBeenSet =
false;
246 bool m_authorizerCredentialsHasBeenSet =
false;
249 bool m_identitySourceHasBeenSet =
false;
252 bool m_identityValidationExpressionHasBeenSet =
false;
254 int m_authorizerResultTtlInSeconds;
255 bool m_authorizerResultTtlInSecondsHasBeenSet =
false;
void SetIdentityValidationExpression(const Aws::String &value)
void SetAuthorizerUri(const Aws::String &value)
void SetName(const char *value)
CreateAuthorizerRequest & WithProviderARNs(const Aws::Vector< Aws::String > &value)
CreateAuthorizerRequest & WithAuthorizerCredentials(const Aws::String &value)
void SetAuthType(Aws::String &&value)
void SetName(Aws::String &&value)
CreateAuthorizerRequest & WithAuthType(const char *value)
bool IdentitySourceHasBeenSet() const
void SetIdentityValidationExpression(const char *value)
void SetIdentitySource(const char *value)
const Aws::String & GetIdentitySource() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
CreateAuthorizerRequest & WithName(const char *value)
CreateAuthorizerRequest & WithAuthorizerUri(const char *value)
CreateAuthorizerRequest & WithAuthorizerCredentials(const char *value)
const Aws::String & GetAuthType() const
void SetAuthType(const Aws::String &value)
void SetAuthorizerResultTtlInSeconds(int value)
void SetAuthType(const char *value)
CreateAuthorizerRequest & AddProviderARNs(const char *value)
const AuthorizerType & GetType() const
void SetAuthorizerCredentials(const char *value)
CreateAuthorizerRequest & WithIdentityValidationExpression(Aws::String &&value)
CreateAuthorizerRequest & WithRestApiId(Aws::String &&value)
CreateAuthorizerRequest & WithIdentitySource(Aws::String &&value)
void SetProviderARNs(Aws::Vector< Aws::String > &&value)
void SetType(const AuthorizerType &value)
CreateAuthorizerRequest & WithAuthorizerUri(Aws::String &&value)
CreateAuthorizerRequest & WithIdentityValidationExpression(const Aws::String &value)
CreateAuthorizerRequest & WithAuthorizerResultTtlInSeconds(int value)
bool ProviderARNsHasBeenSet() const
AWS_APIGATEWAY_API CreateAuthorizerRequest()
const Aws::String & GetAuthorizerUri() const
void SetAuthorizerCredentials(Aws::String &&value)
CreateAuthorizerRequest & WithName(Aws::String &&value)
CreateAuthorizerRequest & WithName(const Aws::String &value)
CreateAuthorizerRequest & WithAuthorizerUri(const Aws::String &value)
const Aws::String & GetRestApiId() const
void SetType(AuthorizerType &&value)
virtual const char * GetServiceRequestName() const override
CreateAuthorizerRequest & WithAuthorizerCredentials(Aws::String &&value)
bool AuthTypeHasBeenSet() const
void SetName(const Aws::String &value)
bool AuthorizerResultTtlInSecondsHasBeenSet() const
void SetRestApiId(const Aws::String &value)
bool RestApiIdHasBeenSet() const
bool IdentityValidationExpressionHasBeenSet() const
CreateAuthorizerRequest & WithRestApiId(const Aws::String &value)
void SetIdentityValidationExpression(Aws::String &&value)
CreateAuthorizerRequest & WithIdentityValidationExpression(const char *value)
void SetRestApiId(Aws::String &&value)
CreateAuthorizerRequest & AddProviderARNs(const Aws::String &value)
CreateAuthorizerRequest & WithAuthType(Aws::String &&value)
CreateAuthorizerRequest & WithProviderARNs(Aws::Vector< Aws::String > &&value)
const Aws::String & GetIdentityValidationExpression() const
void SetAuthorizerUri(Aws::String &&value)
void SetRestApiId(const char *value)
void SetIdentitySource(Aws::String &&value)
CreateAuthorizerRequest & WithType(const AuthorizerType &value)
const Aws::String & GetAuthorizerCredentials() const
CreateAuthorizerRequest & AddProviderARNs(Aws::String &&value)
bool AuthorizerCredentialsHasBeenSet() const
const Aws::Vector< Aws::String > & GetProviderARNs() const
CreateAuthorizerRequest & WithType(AuthorizerType &&value)
CreateAuthorizerRequest & WithRestApiId(const char *value)
CreateAuthorizerRequest & WithIdentitySource(const Aws::String &value)
CreateAuthorizerRequest & WithIdentitySource(const char *value)
CreateAuthorizerRequest & WithAuthType(const Aws::String &value)
void SetAuthorizerCredentials(const Aws::String &value)
bool AuthorizerUriHasBeenSet() const
int GetAuthorizerResultTtlInSeconds() const
const Aws::String & GetName() const
void SetProviderARNs(const Aws::Vector< Aws::String > &value)
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
void SetAuthorizerUri(const char *value)
void SetIdentitySource(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector