Class CfnRepositoryLinkProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codestarconnections.CfnRepositoryLinkProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRepositoryLinkProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRepositoryLinkProps
@Stability(Stable)
@Internal
public static final class CfnRepositoryLinkProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRepositoryLinkProps
An implementation for
CfnRepositoryLinkProps-
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.codestarconnections.CfnRepositoryLinkProps
CfnRepositoryLinkProps.Builder, CfnRepositoryLinkProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRepositoryLinkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRepositoryLinkProps.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 Amazon Resource Name (ARN) of the connection associated with the repository link.final StringThe Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.final StringThe owner ID for the repository associated with the repository link, such as the owner ID in GitHub.final StringThe name of the repository associated with the repository link.getTags()The tags for the repository to be associated with the repository link.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 theCfnRepositoryLinkProps.Builder.
-
-
Method Details
-
getConnectionArn
Description copied from interface:CfnRepositoryLinkPropsThe Amazon Resource Name (ARN) of the connection associated with the repository link.- Specified by:
getConnectionArnin interfaceCfnRepositoryLinkProps- See Also:
-
getOwnerId
Description copied from interface:CfnRepositoryLinkPropsThe owner ID for the repository associated with the repository link, such as the owner ID in GitHub.- Specified by:
getOwnerIdin interfaceCfnRepositoryLinkProps- See Also:
-
getRepositoryName
Description copied from interface:CfnRepositoryLinkPropsThe name of the repository associated with the repository link.- Specified by:
getRepositoryNamein interfaceCfnRepositoryLinkProps- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnRepositoryLinkPropsThe Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.- Specified by:
getEncryptionKeyArnin interfaceCfnRepositoryLinkProps- See Also:
-
getTags
Description copied from interface:CfnRepositoryLinkPropsThe tags for the repository to be associated with the repository link.- Specified by:
getTagsin interfaceCfnRepositoryLinkProps- 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()
-