Class CfnAgent.AgentKnowledgeBaseProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnAgent.AgentKnowledgeBaseProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgent.AgentKnowledgeBaseProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgent.AgentKnowledgeBaseProperty
@Stability(Stable)
@Internal
public static final class CfnAgent.AgentKnowledgeBaseProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgent.AgentKnowledgeBaseProperty
An implementation for
CfnAgent.AgentKnowledgeBaseProperty-
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.bedrock.CfnAgent.AgentKnowledgeBaseProperty
CfnAgent.AgentKnowledgeBaseProperty.Builder, CfnAgent.AgentKnowledgeBaseProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgent.AgentKnowledgeBaseProperty.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 booleanfinal StringThe description of the association between the agent and the knowledge base.final StringThe unique identifier of the association between the agent and the knowledge base.final StringSpecifies whether to use the knowledge base or not when sending an InvokeAgent request.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 theCfnAgent.AgentKnowledgeBaseProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnAgent.AgentKnowledgeBasePropertyThe description of the association between the agent and the knowledge base.- Specified by:
getDescriptionin interfaceCfnAgent.AgentKnowledgeBaseProperty- See Also:
-
getKnowledgeBaseId
Description copied from interface:CfnAgent.AgentKnowledgeBasePropertyThe unique identifier of the association between the agent and the knowledge base.- Specified by:
getKnowledgeBaseIdin interfaceCfnAgent.AgentKnowledgeBaseProperty- See Also:
-
getKnowledgeBaseState
Description copied from interface:CfnAgent.AgentKnowledgeBasePropertySpecifies whether to use the knowledge base or not when sending an InvokeAgent request.- Specified by:
getKnowledgeBaseStatein interfaceCfnAgent.AgentKnowledgeBaseProperty- See Also:
-
$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()
-