Class CfnGatewayTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTargetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayTargetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayTargetProps
@Stability(Stable)
@Internal
public static final class CfnGatewayTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayTargetProps
An implementation for
CfnGatewayTargetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTargetProps
CfnGatewayTargetProps.Builder, CfnGatewayTargetProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnGatewayTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGatewayTargetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The OAuth credential provider configuration.final String
The description for the gateway target.final String
The gateway ID for the gateway target.final String
getName()
The name for the gateway target.final Object
The target configuration for the Smithy model target.final int
hashCode()
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 theCfnGatewayTargetProps.Builder
.
-
-
Method Details
-
getCredentialProviderConfigurations
Description copied from interface:CfnGatewayTargetProps
The OAuth credential provider configuration.- Specified by:
getCredentialProviderConfigurations
in interfaceCfnGatewayTargetProps
- See Also:
-
getName
Description copied from interface:CfnGatewayTargetProps
The name for the gateway target.- Specified by:
getName
in interfaceCfnGatewayTargetProps
- See Also:
-
getTargetConfiguration
Description copied from interface:CfnGatewayTargetProps
The target configuration for the Smithy model target.- Specified by:
getTargetConfiguration
in interfaceCfnGatewayTargetProps
- See Also:
-
getDescription
Description copied from interface:CfnGatewayTargetProps
The description for the gateway target.- Specified by:
getDescription
in interfaceCfnGatewayTargetProps
- See Also:
-
getGatewayIdentifier
Description copied from interface:CfnGatewayTargetProps
The gateway ID for the gateway target.- Specified by:
getGatewayIdentifier
in interfaceCfnGatewayTargetProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-