Class CfnHarness.HarnessSkillProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnHarness.HarnessSkillProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnHarness.HarnessSkillProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHarness.HarnessSkillProperty
@Stability(Stable)
@Internal
public static final class CfnHarness.HarnessSkillProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHarness.HarnessSkillProperty
An implementation for
CfnHarness.HarnessSkillProperty-
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.bedrockagentcore.CfnHarness.HarnessSkillProperty
CfnHarness.HarnessSkillProperty.Builder, CfnHarness.HarnessSkillProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHarness.HarnessSkillProperty.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 ObjectAWS Skills baked into the Harness's underlying Runtime.final ObjectgetGit()A git repository containing the skill, cloned over HTTPS.final StringgetPath()The filesystem path to the skill definition.final ObjectgetS3()An S3 source containing the skill.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 theCfnHarness.HarnessSkillProperty.Builder.
-
-
Method Details
-
getAwsSkills
Description copied from interface:CfnHarness.HarnessSkillPropertyAWS Skills baked into the Harness's underlying Runtime.Returns union: either
IResolvableorCfnHarness.HarnessSkillAwsSkillsSourceProperty- Specified by:
getAwsSkillsin interfaceCfnHarness.HarnessSkillProperty- See Also:
-
getGit
Description copied from interface:CfnHarness.HarnessSkillPropertyA git repository containing the skill, cloned over HTTPS.Returns union: either
IResolvableorCfnHarness.HarnessSkillGitSourceProperty- Specified by:
getGitin interfaceCfnHarness.HarnessSkillProperty- See Also:
-
getPath
Description copied from interface:CfnHarness.HarnessSkillPropertyThe filesystem path to the skill definition.- Specified by:
getPathin interfaceCfnHarness.HarnessSkillProperty- See Also:
-
getS3
Description copied from interface:CfnHarness.HarnessSkillPropertyAn S3 source containing the skill.Returns union: either
IResolvableorCfnHarness.HarnessSkillS3SourceProperty- Specified by:
getS3in interfaceCfnHarness.HarnessSkillProperty- 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()
-