Class AddSmithyTargetOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.AddSmithyTargetOptions.Jsii$Proxy
- All Implemented Interfaces:
AddSmithyTargetOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AddSmithyTargetOptions
@Stability(Stable)
@Internal
public static final class AddSmithyTargetOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AddSmithyTargetOptions
An implementation for
AddSmithyTargetOptions-
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.AddSmithyTargetOptions
AddSmithyTargetOptions.Builder, AddSmithyTargetOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AddSmithyTargetOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAddSmithyTargetOptions.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 List<ICredentialProviderConfig> Credential providers for authentication.final StringOptional description for the gateway target.final StringThe name of the gateway target Valid characters are a-z, A-Z, 0-9, _ (underscore) and - (hyphen).final ApiSchemaThe Smithy model defining the API.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 theAddSmithyTargetOptions.Builder.
-
-
Method Details
-
getSmithyModel
Description copied from interface:AddSmithyTargetOptionsThe Smithy model defining the API.- Specified by:
getSmithyModelin interfaceAddSmithyTargetOptions
-
getCredentialProviderConfigurations
Description copied from interface:AddSmithyTargetOptionsCredential providers for authentication.Default: - [GatewayCredentialProvider.iamRole()]
- Specified by:
getCredentialProviderConfigurationsin interfaceAddSmithyTargetOptions
-
getDescription
Description copied from interface:AddSmithyTargetOptionsOptional description for the gateway target.Default: - No description
- Specified by:
getDescriptionin interfaceAddSmithyTargetOptions
-
getGatewayTargetName
Description copied from interface:AddSmithyTargetOptionsThe name of the gateway target Valid characters are a-z, A-Z, 0-9, _ (underscore) and - (hyphen).Default: - auto generate
- Specified by:
getGatewayTargetNamein interfaceAddSmithyTargetOptions
-
$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()
-