Class GatewayTargetAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.GatewayTargetAttributes.Jsii$Proxy
- All Implemented Interfaces:
GatewayTargetAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GatewayTargetAttributes
@Stability(Stable)
@Internal
public static final class GatewayTargetAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GatewayTargetAttributes
An implementation for
GatewayTargetAttributes-
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.GatewayTargetAttributes
GatewayTargetAttributes.Builder, GatewayTargetAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGatewayTargetAttributes.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 StringOptional creation timestamp.final IGatewayThe gateway this target belongs to.final StringThe name of the gateway target.final StringOptional status of the target.final StringThe ARN of the gateway target.final StringThe ID of the gateway target.final StringOptional last update timestamp.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 theGatewayTargetAttributes.Builder.
-
-
Method Details
-
getGateway
Description copied from interface:GatewayTargetAttributesThe gateway this target belongs to.- Specified by:
getGatewayin interfaceGatewayTargetAttributes
-
getGatewayTargetName
Description copied from interface:GatewayTargetAttributesThe name of the gateway target.- Specified by:
getGatewayTargetNamein interfaceGatewayTargetAttributes
-
getTargetArn
Description copied from interface:GatewayTargetAttributesThe ARN of the gateway target.- Specified by:
getTargetArnin interfaceGatewayTargetAttributes
-
getTargetId
Description copied from interface:GatewayTargetAttributesThe ID of the gateway target.- Specified by:
getTargetIdin interfaceGatewayTargetAttributes
-
getCreatedAt
Description copied from interface:GatewayTargetAttributesOptional creation timestamp.Default: - No creation timestamp
- Specified by:
getCreatedAtin interfaceGatewayTargetAttributes
-
getStatus
Description copied from interface:GatewayTargetAttributesOptional status of the target.Default: - No status
- Specified by:
getStatusin interfaceGatewayTargetAttributes
-
getUpdatedAt
Description copied from interface:GatewayTargetAttributesOptional last update timestamp.Default: - No update timestamp
- Specified by:
getUpdatedAtin interfaceGatewayTargetAttributes
-
$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()
-