Class CfnRequestValidatorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnRequestValidatorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRequestValidatorProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRequestValidatorProps
@Stability(Stable)
@Internal
public static final class CfnRequestValidatorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRequestValidatorProps
An implementation for
CfnRequestValidatorProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.CfnRequestValidatorProps
CfnRequestValidatorProps.Builder, CfnRequestValidatorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRequestValidatorProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getName()
The name of this RequestValidator.final String
The string identifier of the associated RestApi.final Object
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.final Object
A Boolean flag to indicate whether to validate request parameters (true
) or not (false
).final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRequestValidatorProps.Builder
.
-
-
Method Details
-
getRestApiId
Description copied from interface:CfnRequestValidatorProps
The string identifier of the associated RestApi.- Specified by:
getRestApiId
in interfaceCfnRequestValidatorProps
- See Also:
-
getName
Description copied from interface:CfnRequestValidatorProps
The name of this RequestValidator.- Specified by:
getName
in interfaceCfnRequestValidatorProps
- See Also:
-
getValidateRequestBody
Description copied from interface:CfnRequestValidatorProps
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.- Specified by:
getValidateRequestBody
in interfaceCfnRequestValidatorProps
- See Also:
-
getValidateRequestParameters
Description copied from interface:CfnRequestValidatorProps
A Boolean flag to indicate whether to validate request parameters (true
) or not (false
).- Specified by:
getValidateRequestParameters
in interfaceCfnRequestValidatorProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-