7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetAuthorizationType(
const char* value) { m_authorizationTypeHasBeenSet =
true; m_authorizationType.assign(value); }
64 inline void SetApiKeyRequired(
bool value) { m_apiKeyRequiredHasBeenSet =
true; m_apiKeyRequired = value; }
70 bool m_authorizationTypeHasBeenSet =
false;
72 bool m_apiKeyRequired;
73 bool m_apiKeyRequiredHasBeenSet =
false;
void SetApiKeyRequired(bool value)
bool GetApiKeyRequired() const
AWS_APIGATEWAY_API MethodSnapshot & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAuthorizationType() const
void SetAuthorizationType(Aws::String &&value)
AWS_APIGATEWAY_API MethodSnapshot(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAY_API MethodSnapshot()
bool ApiKeyRequiredHasBeenSet() const
MethodSnapshot & WithAuthorizationType(Aws::String &&value)
bool AuthorizationTypeHasBeenSet() const
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAuthorizationType(const Aws::String &value)
MethodSnapshot & WithApiKeyRequired(bool value)
MethodSnapshot & WithAuthorizationType(const char *value)
void SetAuthorizationType(const char *value)
MethodSnapshot & WithAuthorizationType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue