63 inline void SetAuthorizationType(
const char* value) { m_authorizationTypeHasBeenSet =
true; m_authorizationType.assign(value); }
88 inline void SetApiKeyRequired(
bool value) { m_apiKeyRequiredHasBeenSet =
true; m_apiKeyRequired = value; }
97 bool m_authorizationTypeHasBeenSet;
98 bool m_apiKeyRequired;
99 bool m_apiKeyRequiredHasBeenSet;
void SetApiKeyRequired(bool value)
MethodSnapshot & WithApiKeyRequired(bool value)
void SetAuthorizationType(const char *value)
bool GetApiKeyRequired() const
const Aws::String & GetAuthorizationType() const
MethodSnapshot & WithAuthorizationType(const Aws::String &value)
void SetAuthorizationType(const Aws::String &value)
void SetAuthorizationType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
#define AWS_APIGATEWAY_API
MethodSnapshot & WithAuthorizationType(Aws::String &&value)
MethodSnapshot & WithAuthorizationType(const char *value)
JSON (JavaScript Object Notation).