7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/apigateway/model/Integration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/apigateway/model/MethodResponse.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
60 inline void SetHttpMethod(
const char* value) { m_httpMethod.assign(value); }
232 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
245 bool m_apiKeyRequired;
GetMethodResult & WithMethodIntegration(Integration &&value)
void SetRequestValidatorId(const Aws::String &value)
GetMethodResult & AddRequestModels(const Aws::String &key, const Aws::String &value)
void SetRequestValidatorId(Aws::String &&value)
GetMethodResult & AddAuthorizationScopes(const char *value)
GetMethodResult & WithAuthorizationType(const char *value)
void SetOperationName(const char *value)
void SetRequestId(const Aws::String &value)
GetMethodResult & AddMethodResponses(const Aws::String &key, MethodResponse &&value)
const Aws::String & GetAuthorizerId() const
const Aws::Map< Aws::String, Aws::String > & GetRequestModels() const
GetMethodResult & WithHttpMethod(const Aws::String &value)
void SetMethodResponses(const Aws::Map< Aws::String, MethodResponse > &value)
GetMethodResult & WithMethodIntegration(const Integration &value)
bool GetApiKeyRequired() const
GetMethodResult & WithRequestModels(const Aws::Map< Aws::String, Aws::String > &value)
void SetOperationName(const Aws::String &value)
void SetRequestModels(Aws::Map< Aws::String, Aws::String > &&value)
void SetAuthorizationType(const char *value)
GetMethodResult & AddRequestParameters(const char *key, bool value)
GetMethodResult & WithOperationName(const char *value)
GetMethodResult & WithAuthorizerId(const char *value)
GetMethodResult & AddRequestModels(Aws::String &&key, const Aws::String &value)
GetMethodResult & WithAuthorizerId(Aws::String &&value)
void SetApiKeyRequired(bool value)
GetMethodResult & AddMethodResponses(Aws::String &&key, MethodResponse &&value)
GetMethodResult & WithRequestValidatorId(const char *value)
GetMethodResult & WithOperationName(const Aws::String &value)
GetMethodResult & WithMethodResponses(Aws::Map< Aws::String, MethodResponse > &&value)
GetMethodResult & AddRequestParameters(Aws::String &&key, bool value)
void SetAuthorizationType(Aws::String &&value)
GetMethodResult & AddRequestModels(const char *key, Aws::String &&value)
void SetMethodIntegration(const Integration &value)
void SetHttpMethod(const char *value)
void SetAuthorizerId(Aws::String &&value)
GetMethodResult & WithAuthorizationScopes(Aws::Vector< Aws::String > &&value)
void SetRequestId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetAuthorizationScopes() const
GetMethodResult & WithAuthorizationType(Aws::String &&value)
GetMethodResult & AddMethodResponses(const char *key, MethodResponse &&value)
void SetRequestModels(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetRequestId() const
GetMethodResult & AddMethodResponses(const char *key, const MethodResponse &value)
void SetAuthorizerId(const Aws::String &value)
GetMethodResult & WithRequestModels(Aws::Map< Aws::String, Aws::String > &&value)
GetMethodResult & AddAuthorizationScopes(const Aws::String &value)
GetMethodResult & AddRequestParameters(const Aws::String &key, bool value)
const Aws::String & GetAuthorizationType() const
AWS_APIGATEWAY_API GetMethodResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APIGATEWAY_API GetMethodResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, bool > & GetRequestParameters() const
GetMethodResult & WithAuthorizationScopes(const Aws::Vector< Aws::String > &value)
GetMethodResult & WithRequestParameters(Aws::Map< Aws::String, bool > &&value)
const Aws::Map< Aws::String, MethodResponse > & GetMethodResponses() const
void SetAuthorizationType(const Aws::String &value)
GetMethodResult & WithAuthorizerId(const Aws::String &value)
GetMethodResult & AddMethodResponses(const Aws::String &key, const MethodResponse &value)
void SetAuthorizationScopes(Aws::Vector< Aws::String > &&value)
GetMethodResult & WithRequestId(const char *value)
GetMethodResult & AddRequestModels(const char *key, const char *value)
GetMethodResult & WithAuthorizationType(const Aws::String &value)
GetMethodResult & WithRequestId(Aws::String &&value)
GetMethodResult & AddRequestModels(Aws::String &&key, Aws::String &&value)
GetMethodResult & WithRequestValidatorId(Aws::String &&value)
void SetRequestId(const char *value)
void SetMethodResponses(Aws::Map< Aws::String, MethodResponse > &&value)
void SetRequestParameters(const Aws::Map< Aws::String, bool > &value)
void SetMethodIntegration(Integration &&value)
GetMethodResult & WithRequestParameters(const Aws::Map< Aws::String, bool > &value)
void SetRequestParameters(Aws::Map< Aws::String, bool > &&value)
GetMethodResult & WithRequestValidatorId(const Aws::String &value)
GetMethodResult & AddAuthorizationScopes(Aws::String &&value)
GetMethodResult & WithHttpMethod(const char *value)
GetMethodResult & AddRequestModels(Aws::String &&key, const char *value)
GetMethodResult & WithRequestId(const Aws::String &value)
const Aws::String & GetHttpMethod() const
void SetHttpMethod(const Aws::String &value)
const Aws::String & GetOperationName() const
GetMethodResult & WithMethodResponses(const Aws::Map< Aws::String, MethodResponse > &value)
void SetRequestValidatorId(const char *value)
AWS_APIGATEWAY_API GetMethodResult()
const Aws::String & GetRequestValidatorId() const
const Integration & GetMethodIntegration() const
void SetAuthorizerId(const char *value)
GetMethodResult & AddMethodResponses(Aws::String &&key, const MethodResponse &value)
GetMethodResult & WithOperationName(Aws::String &&value)
void SetHttpMethod(Aws::String &&value)
GetMethodResult & WithHttpMethod(Aws::String &&value)
GetMethodResult & WithApiKeyRequired(bool value)
GetMethodResult & AddRequestModels(const Aws::String &key, Aws::String &&value)
void SetAuthorizationScopes(const Aws::Vector< Aws::String > &value)
void SetOperationName(Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue