Class GatewayAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.GatewayAttributes.Jsii$Proxy
- All Implemented Interfaces:
GatewayAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GatewayAttributes
@Stability(Stable)
@Internal
public static final class GatewayAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GatewayAttributes
An implementation for
GatewayAttributes-
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.GatewayAttributes
GatewayAttributes.Builder, GatewayAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(GatewayAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theGatewayAttributes.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 StringThe ARN of the gateway.final StringThe ID of the gateway.final StringThe name of the gateway.final IRolegetRole()The IAM role that provides permissions for the gateway.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 theGatewayAttributes.Builder.
-
-
Method Details
-
getGatewayArn
Description copied from interface:GatewayAttributesThe ARN of the gateway.- Specified by:
getGatewayArnin interfaceGatewayAttributes
-
getGatewayId
Description copied from interface:GatewayAttributesThe ID of the gateway.- Specified by:
getGatewayIdin interfaceGatewayAttributes
-
getGatewayName
Description copied from interface:GatewayAttributesThe name of the gateway.- Specified by:
getGatewayNamein interfaceGatewayAttributes
-
getRole
Description copied from interface:GatewayAttributesThe IAM role that provides permissions for the gateway.- Specified by:
getRolein interfaceGatewayAttributes
-
$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()
-