Class AgentAliasAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.AgentAliasAttributes.Jsii$Proxy
- All Implemented Interfaces:
AgentAliasAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AgentAliasAttributes
@Stability(Experimental)
@Internal
public static final class AgentAliasAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AgentAliasAttributes
An implementation for
AgentAliasAttributes-
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.alpha.AgentAliasAttributes
AgentAliasAttributes.Builder, AgentAliasAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AgentAliasAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theAgentAliasAttributes.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 IAgentgetAgent()(experimental) The underlying agent for this alias.final String(experimental) The agent version for this alias.final String(experimental) The Id of the agent alias.final String(experimental) The name of the agent alias.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 theAgentAliasAttributes.Builder.
-
-
Method Details
-
getAgent
Description copied from interface:AgentAliasAttributes(experimental) The underlying agent for this alias.- Specified by:
getAgentin interfaceAgentAliasAttributes
-
getAgentVersion
Description copied from interface:AgentAliasAttributes(experimental) The agent version for this alias.- Specified by:
getAgentVersionin interfaceAgentAliasAttributes
-
getAliasId
Description copied from interface:AgentAliasAttributes(experimental) The Id of the agent alias.- Specified by:
getAliasIdin interfaceAgentAliasAttributes
-
getAliasName
Description copied from interface:AgentAliasAttributes(experimental) The name of the agent alias.Default: undefined - No alias name is provided
- Specified by:
getAliasNamein interfaceAgentAliasAttributes
-
$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()
-