7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
72 template<
typename AuthorizerUriT = Aws::String>
73 void SetAuthorizerUri(AuthorizerUriT&& value) { m_authorizerUriHasBeenSet =
true; m_authorizerUri = std::forward<AuthorizerUriT>(value); }
74 template<
typename AuthorizerUriT = Aws::String>
85 template<
typename IdentityVal
idationExpressionT = Aws::String>
86 void SetIdentityValidationExpression(IdentityValidationExpressionT&& value) { m_identityValidationExpressionHasBeenSet =
true; m_identityValidationExpression = std::forward<IdentityValidationExpressionT>(value); }
87 template<
typename IdentityVal
idationExpressionT = Aws::String>
92 int m_authorizerResultTtlInSeconds{0};
93 bool m_authorizerResultTtlInSecondsHasBeenSet =
false;
96 bool m_authorizerUriHasBeenSet =
false;
99 bool m_identityValidationExpressionHasBeenSet =
false;
AWS_APPSYNC_API LambdaAuthorizerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
LambdaAuthorizerConfig & WithAuthorizerResultTtlInSeconds(int value)
int GetAuthorizerResultTtlInSeconds() const
void SetAuthorizerUri(AuthorizerUriT &&value)
void SetAuthorizerResultTtlInSeconds(int value)
bool AuthorizerUriHasBeenSet() const
AWS_APPSYNC_API LambdaAuthorizerConfig()=default
const Aws::String & GetAuthorizerUri() const
LambdaAuthorizerConfig & WithIdentityValidationExpression(IdentityValidationExpressionT &&value)
bool IdentityValidationExpressionHasBeenSet() const
LambdaAuthorizerConfig & WithAuthorizerUri(AuthorizerUriT &&value)
void SetIdentityValidationExpression(IdentityValidationExpressionT &&value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIdentityValidationExpression() const
bool AuthorizerResultTtlInSecondsHasBeenSet() const
AWS_APPSYNC_API LambdaAuthorizerConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue