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