Class MetadataConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.MetadataConfiguration.Jsii$Proxy
- All Implemented Interfaces:
MetadataConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MetadataConfiguration
@Stability(Stable)
@Internal
public static final class MetadataConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MetadataConfiguration
An implementation for
MetadataConfiguration-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.MetadataConfiguration
MetadataConfiguration.Builder, MetadataConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MetadataConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theMetadataConfiguration.Builder.protectedJsii$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.JsonNodefinal booleanList of query parameter names to pass through to the target.List of request header names to pass through to the target.List of response header names to pass through from the target.final inthashCode()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 theMetadataConfiguration.Builder.
-
-
Method Details
-
getAllowedQueryParameters
Description copied from interface:MetadataConfigurationList of query parameter names to pass through to the target.Constraints:
- Array must contain 1-10 items
- Each parameter name must be 1-40 characters
- Cannot be an empty array
Default: - No query parameters are passed through
- Specified by:
getAllowedQueryParametersin interfaceMetadataConfiguration
-
getAllowedRequestHeaders
Description copied from interface:MetadataConfigurationList of request header names to pass through to the target.Constraints:
- Array must contain 1-10 items
- Each header name must be 1-100 characters
- Cannot be an empty array
Default: - No request headers are passed through
- Specified by:
getAllowedRequestHeadersin interfaceMetadataConfiguration
-
getAllowedResponseHeaders
Description copied from interface:MetadataConfigurationList of response header names to pass through from the target.Constraints:
- Array must contain 1-10 items
- Each header name must be 1-100 characters
- Cannot be an empty array
Default: - No response headers are passed through
- Specified by:
getAllowedResponseHeadersin interfaceMetadataConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-