Class CfnGatewayTarget.SchemaDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.SchemaDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayTarget.SchemaDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayTarget.SchemaDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayTarget.SchemaDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayTarget.SchemaDefinitionProperty
An implementation for
CfnGatewayTarget.SchemaDefinitionProperty
-
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.bedrockagentcore.CfnGatewayTarget.SchemaDefinitionProperty
CfnGatewayTarget.SchemaDefinitionProperty.Builder, CfnGatewayTarget.SchemaDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGatewayTarget.SchemaDefinitionProperty.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
The workload identity details for the gateway.final Object
getItems()
final Object
The schema definition properties for the gateway target.The schema definition.final String
getType()
The scheme definition type for the gateway target.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 theCfnGatewayTarget.SchemaDefinitionProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnGatewayTarget.SchemaDefinitionProperty
The scheme definition type for the gateway target.- Specified by:
getType
in interfaceCfnGatewayTarget.SchemaDefinitionProperty
- See Also:
-
getDescription
Description copied from interface:CfnGatewayTarget.SchemaDefinitionProperty
The workload identity details for the gateway.- Specified by:
getDescription
in interfaceCfnGatewayTarget.SchemaDefinitionProperty
- See Also:
-
getItems
- Specified by:
getItems
in interfaceCfnGatewayTarget.SchemaDefinitionProperty
- See Also:
-
getProperties
Description copied from interface:CfnGatewayTarget.SchemaDefinitionProperty
The schema definition properties for the gateway target.- Specified by:
getProperties
in interfaceCfnGatewayTarget.SchemaDefinitionProperty
- See Also:
-
getRequired
Description copied from interface:CfnGatewayTarget.SchemaDefinitionProperty
The schema definition.- Specified by:
getRequired
in interfaceCfnGatewayTarget.SchemaDefinitionProperty
- 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()
-