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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnAgentAliasPropsCfnAgentAliasProps.Builder, CfnAgentAliasProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnAgentAliasProps.Builder.
 
- 
- 
Method Details- 
getAgentAliasNameDescription copied from interface:CfnAgentAliasPropsThe name of the alias of the agent.- Specified by:
- getAgentAliasNamein interface- CfnAgentAliasProps
- See Also:
 
- 
getAgentIdDescription copied from interface:CfnAgentAliasPropsThe unique identifier of the agent.- Specified by:
- getAgentIdin interface- CfnAgentAliasProps
- See Also:
 
- 
getDescriptionDescription copied from interface:CfnAgentAliasPropsThe description of the alias of the agent.- Specified by:
- getDescriptionin interface- CfnAgentAliasProps
- See Also:
 
- 
getRoutingConfigurationDescription copied from interface:CfnAgentAliasPropsContains details about the routing configuration of the alias.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty>- Specified by:
- getRoutingConfigurationin interface- CfnAgentAliasProps
- See Also:
 
- 
getTagsDescription 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 interface- CfnAgentAliasProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-