@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:46.069Z") @Stability(value=Experimental) public interface RequestValidatorProps extends software.amazon.jsii.JsiiSerializable, RequestValidatorOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestValidatorProps.Builder
A builder for
RequestValidatorProps |
static class |
RequestValidatorProps.Jsii$Proxy
An implementation for
RequestValidatorProps |
| Modifier and Type | Method and Description |
|---|---|
static RequestValidatorProps.Builder |
builder() |
IRestApi |
getRestApi()
(experimental) The rest API that this model is part of.
|
getRequestValidatorName, getValidateRequestBody, getValidateRequestParameters@Stability(value=Experimental) @NotNull IRestApi getRestApi()
The reason we need the RestApi object itself and not just the ID is because the model is being tracked by the top-level RestApi object for the purpose of calculating it's hash to determine the ID of the deployment. This allows us to automatically update the deployment when the model of the REST API changes.
@Stability(value=Experimental) static RequestValidatorProps.Builder builder()
builder in interface RequestValidatorOptionsRequestValidatorProps.Builder of RequestValidatorPropsCopyright © 2021. All rights reserved.