Class CfnAssociationPropsMixin.GitLabConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.devopsagent.mixins.CfnAssociationPropsMixin.GitLabConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssociationPropsMixin.GitLabConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssociationPropsMixin.GitLabConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAssociationPropsMixin.GitLabConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssociationPropsMixin.GitLabConfigurationProperty
An implementation for
CfnAssociationPropsMixin.GitLabConfigurationProperty-
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.mixins.preview.services.devopsagent.mixins.CfnAssociationPropsMixin.GitLabConfigurationProperty
CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder, CfnAssociationPropsMixin.GitLabConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssociationPropsMixin.GitLabConfigurationProperty.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 ObjectWhen set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.final StringGitLab instance identifier (e.g., gitlab.com).final StringGitLab numeric project ID.final StringFull GitLab project path (e.g., namespace/project-name).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 theCfnAssociationPropsMixin.GitLabConfigurationProperty.Builder.
-
-
Method Details
-
getEnableWebhookUpdates
Description copied from interface:CfnAssociationPropsMixin.GitLabConfigurationPropertyWhen set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.Returns union: either
BooleanorIResolvable- Specified by:
getEnableWebhookUpdatesin interfaceCfnAssociationPropsMixin.GitLabConfigurationProperty- See Also:
-
getInstanceIdentifier
Description copied from interface:CfnAssociationPropsMixin.GitLabConfigurationPropertyGitLab instance identifier (e.g., gitlab.com).- Specified by:
getInstanceIdentifierin interfaceCfnAssociationPropsMixin.GitLabConfigurationProperty- See Also:
-
getProjectId
Description copied from interface:CfnAssociationPropsMixin.GitLabConfigurationPropertyGitLab numeric project ID.- Specified by:
getProjectIdin interfaceCfnAssociationPropsMixin.GitLabConfigurationProperty- See Also:
-
getProjectPath
Description copied from interface:CfnAssociationPropsMixin.GitLabConfigurationPropertyFull GitLab project path (e.g., namespace/project-name).- Specified by:
getProjectPathin interfaceCfnAssociationPropsMixin.GitLabConfigurationProperty- 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()
-