Class CfnAgentAliasProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnAgentAliasProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentAliasProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentAliasProps
@Stability(Stable)
@Internal
public static final class CfnAgentAliasProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentAliasProps
An implementation for
CfnAgentAliasProps-
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.CfnAgentAliasProps
CfnAgentAliasProps.Builder, CfnAgentAliasProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAgentAliasProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAgentAliasProps.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 name of the alias of the agent.final StringThe unique identifier of the agent.final StringThe description of the alias of the agent.final ObjectContains details about the routing configuration of the alias.getTags()Metadata that you can assign to a resource as key-value pairs.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 theCfnAgentAliasProps.Builder.
-
-
Method Details
-
getAgentAliasName
Description copied from interface:CfnAgentAliasPropsThe name of the alias of the agent.- Specified by:
getAgentAliasNamein interfaceCfnAgentAliasProps- See Also:
-
getAgentId
Description copied from interface:CfnAgentAliasPropsThe unique identifier of the agent.- Specified by:
getAgentIdin interfaceCfnAgentAliasProps- See Also:
-
getDescription
Description copied from interface:CfnAgentAliasPropsThe description of the alias of the agent.- Specified by:
getDescriptionin interfaceCfnAgentAliasProps- See Also:
-
getRoutingConfiguration
Description copied from interface:CfnAgentAliasPropsContains details about the routing configuration of the alias.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty>- Specified by:
getRoutingConfigurationin interfaceCfnAgentAliasProps- See Also:
-
getTags
Description copied from interface:CfnAgentAliasPropsMetadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.- Specified by:
getTagsin interfaceCfnAgentAliasProps- 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()
-