| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
RequestValidator |
RequestValidator.clone() |
RequestValidator |
RequestValidator.withId(String id)
The identifier of this RequestValidator.
|
RequestValidator |
RequestValidator.withName(String name)
The name of this RequestValidator
|
RequestValidator |
RequestValidator.withValidateRequestBody(Boolean validateRequestBody)
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
|
RequestValidator |
RequestValidator.withValidateRequestParameters(Boolean validateRequestParameters)
A Boolean flag to indicate whether to validate request parameters (
true) or not (false
). |
| Modifier and Type | Method and Description |
|---|---|
List<RequestValidator> |
GetRequestValidatorsResult.getItems()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRequestValidatorsResult |
GetRequestValidatorsResult.withItems(RequestValidator... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRequestValidatorsResult.setItems(Collection<RequestValidator> items)
The current page of elements from this collection.
|
GetRequestValidatorsResult |
GetRequestValidatorsResult.withItems(Collection<RequestValidator> items)
The current page of elements from this collection.
|
Copyright © 2020. All rights reserved.