Class CfnAgent.FunctionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnAgent.FunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgent.FunctionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgent.FunctionProperty
@Stability(Stable)
@Internal
public static final class CfnAgent.FunctionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgent.FunctionProperty
An implementation for
CfnAgent.FunctionProperty-
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.FunctionProperty
CfnAgent.FunctionProperty.Builder, CfnAgent.FunctionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgent.FunctionProperty.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 StringA description of the function and its purpose.final StringgetName()A name for the function.final ObjectThe parameters that the agent elicits from the user to fulfill the function.final StringContains information if user confirmation is required to invoke the function.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.FunctionProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnAgent.FunctionPropertyA name for the function.- Specified by:
getNamein interfaceCfnAgent.FunctionProperty- See Also:
-
getDescription
Description copied from interface:CfnAgent.FunctionPropertyA description of the function and its purpose.- Specified by:
getDescriptionin interfaceCfnAgent.FunctionProperty- See Also:
-
getParameters
Description copied from interface:CfnAgent.FunctionPropertyThe parameters that the agent elicits from the user to fulfill the function.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnAgent.ParameterDetailProperty>- Specified by:
getParametersin interfaceCfnAgent.FunctionProperty- See Also:
-
getRequireConfirmation
Description copied from interface:CfnAgent.FunctionPropertyContains information if user confirmation is required to invoke the function.- Specified by:
getRequireConfirmationin interfaceCfnAgent.FunctionProperty- 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()
-