Class CfnAssociation.GitLabConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devopsagent.CfnAssociation.GitLabConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssociation.GitLabConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssociation.GitLabConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAssociation.GitLabConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssociation.GitLabConfigurationProperty
An implementation for
CfnAssociation.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.services.devopsagent.CfnAssociation.GitLabConfigurationProperty
CfnAssociation.GitLabConfigurationProperty.Builder, CfnAssociation.GitLabConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssociation.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.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 theCfnAssociation.GitLabConfigurationProperty.Builder.
-
-
Method Details
-
getProjectId
Description copied from interface:CfnAssociation.GitLabConfigurationPropertyGitLab numeric project ID.- Specified by:
getProjectIdin interfaceCfnAssociation.GitLabConfigurationProperty- See Also:
-
getProjectPath
Description copied from interface:CfnAssociation.GitLabConfigurationPropertyFull GitLab project path (e.g., namespace/project-name).- Specified by:
getProjectPathin interfaceCfnAssociation.GitLabConfigurationProperty- See Also:
-
getEnableWebhookUpdates
Description copied from interface:CfnAssociation.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 interfaceCfnAssociation.GitLabConfigurationProperty- See Also:
-
getInstanceIdentifier
Description copied from interface:CfnAssociation.GitLabConfigurationPropertyGitLab instance identifier.- Specified by:
getInstanceIdentifierin interfaceCfnAssociation.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()
-