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