7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/apigateway/model/AuthorizerType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
87 template<
typename Prov
iderARNsT = Aws::Vector<Aws::String>>
88 void SetProviderARNs(ProviderARNsT&& value) { m_providerARNsHasBeenSet =
true; m_providerARNs = std::forward<ProviderARNsT>(value); }
89 template<
typename Prov
iderARNsT = Aws::Vector<Aws::String>>
91 template<
typename Prov
iderARNsT = Aws::String>
101 template<
typename AuthTypeT = Aws::String>
102 void SetAuthType(AuthTypeT&& value) { m_authTypeHasBeenSet =
true; m_authType = std::forward<AuthTypeT>(value); }
103 template<
typename AuthTypeT = Aws::String>
122 template<
typename AuthorizerUriT = Aws::String>
123 void SetAuthorizerUri(AuthorizerUriT&& value) { m_authorizerUriHasBeenSet =
true; m_authorizerUri = std::forward<AuthorizerUriT>(value); }
124 template<
typename AuthorizerUriT = Aws::String>
136 template<
typename AuthorizerCredentialsT = Aws::String>
137 void SetAuthorizerCredentials(AuthorizerCredentialsT&& value) { m_authorizerCredentialsHasBeenSet =
true; m_authorizerCredentials = std::forward<AuthorizerCredentialsT>(value); }
138 template<
typename AuthorizerCredentialsT = Aws::String>
166 template<
typename IdentitySourceT = Aws::String>
167 void SetIdentitySource(IdentitySourceT&& value) { m_identitySourceHasBeenSet =
true; m_identitySource = std::forward<IdentitySourceT>(value); }
168 template<
typename IdentitySourceT = Aws::String>
184 template<
typename IdentityVal
idationExpressionT = Aws::String>
185 void SetIdentityValidationExpression(IdentityValidationExpressionT&& value) { m_identityValidationExpressionHasBeenSet =
true; m_identityValidationExpression = std::forward<IdentityValidationExpressionT>(value); }
186 template<
typename IdentityVal
idationExpressionT = Aws::String>
205 template<
typename RequestIdT = Aws::String>
206 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
207 template<
typename RequestIdT = Aws::String>
213 bool m_idHasBeenSet =
false;
216 bool m_nameHasBeenSet =
false;
219 bool m_typeHasBeenSet =
false;
222 bool m_providerARNsHasBeenSet =
false;
225 bool m_authTypeHasBeenSet =
false;
228 bool m_authorizerUriHasBeenSet =
false;
231 bool m_authorizerCredentialsHasBeenSet =
false;
234 bool m_identitySourceHasBeenSet =
false;
237 bool m_identityValidationExpressionHasBeenSet =
false;
239 int m_authorizerResultTtlInSeconds{0};
240 bool m_authorizerResultTtlInSecondsHasBeenSet =
false;
243 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetProviderARNs() const
GetAuthorizerResult & WithIdentitySource(IdentitySourceT &&value)
const Aws::String & GetAuthorizerCredentials() const
void SetType(AuthorizerType value)
void SetAuthType(AuthTypeT &&value)
const Aws::String & GetAuthorizerUri() const
void SetAuthorizerCredentials(AuthorizerCredentialsT &&value)
const Aws::String & GetIdentityValidationExpression() const
void SetAuthorizerUri(AuthorizerUriT &&value)
GetAuthorizerResult & WithName(NameT &&value)
GetAuthorizerResult & WithIdentityValidationExpression(IdentityValidationExpressionT &&value)
void SetName(NameT &&value)
void SetProviderARNs(ProviderARNsT &&value)
const Aws::String & GetId() const
GetAuthorizerResult & WithType(AuthorizerType value)
GetAuthorizerResult & WithAuthorizerResultTtlInSeconds(int value)
GetAuthorizerResult & AddProviderARNs(ProviderARNsT &&value)
GetAuthorizerResult & WithRequestId(RequestIdT &&value)
AWS_APIGATEWAY_API GetAuthorizerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_APIGATEWAY_API GetAuthorizerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAuthorizerResult & WithAuthorizerCredentials(AuthorizerCredentialsT &&value)
const Aws::String & GetIdentitySource() const
void SetAuthorizerResultTtlInSeconds(int value)
GetAuthorizerResult & WithAuthorizerUri(AuthorizerUriT &&value)
void SetIdentityValidationExpression(IdentityValidationExpressionT &&value)
GetAuthorizerResult & WithAuthType(AuthTypeT &&value)
int GetAuthorizerResultTtlInSeconds() const
const Aws::String & GetAuthType() const
GetAuthorizerResult & WithId(IdT &&value)
const Aws::String & GetName() const
void SetIdentitySource(IdentitySourceT &&value)
const Aws::String & GetRequestId() const
AuthorizerType GetType() const
GetAuthorizerResult & WithProviderARNs(ProviderARNsT &&value)
AWS_APIGATEWAY_API GetAuthorizerResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue