152 inline void SetHttpMethod(
const char* value) { m_httpMethodHasBeenSet =
true; m_httpMethod.assign(value); }
208 inline void SetAuthorizationType(
const char* value) { m_authorizationTypeHasBeenSet =
true; m_authorizationType.assign(value); }
263 inline void SetAuthorizerId(
const char* value) { m_authorizerIdHasBeenSet =
true; m_authorizerId.assign(value); }
300 inline void SetApiKeyRequired(
bool value) { m_apiKeyRequiredHasBeenSet =
true; m_apiKeyRequired = value; }
332 inline void SetRequestValidatorId(
const char* value) { m_requestValidatorIdHasBeenSet =
true; m_requestValidatorId.assign(value); }
383 inline void SetOperationName(
const char* value) { m_operationNameHasBeenSet =
true; m_operationName.assign(value); }
522 inline Method&
AddRequestParameters(
const char* key,
bool value) { m_requestParametersHasBeenSet =
true; m_requestParameters.emplace(key, value);
return *
this; }
614 inline Method&
AddRequestModels(
const char* key,
const char* value) { m_requestModelsHasBeenSet =
true; m_requestModels.emplace(key, value);
return *
this; }
1414 bool m_httpMethodHasBeenSet;
1417 bool m_authorizationTypeHasBeenSet;
1420 bool m_authorizerIdHasBeenSet;
1422 bool m_apiKeyRequired;
1423 bool m_apiKeyRequiredHasBeenSet;
1426 bool m_requestValidatorIdHasBeenSet;
1429 bool m_operationNameHasBeenSet;
1432 bool m_requestParametersHasBeenSet;
1435 bool m_requestModelsHasBeenSet;
1438 bool m_methodResponsesHasBeenSet;
1441 bool m_methodIntegrationHasBeenSet;
1444 bool m_authorizationScopesHasBeenSet;