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