Class CfnProject.ScopeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProject.ScopeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.ScopeConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProject.ScopeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnProject.ScopeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProject.ScopeConfigurationProperty
An implementation for
CfnProject.ScopeConfigurationProperty-
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.codebuild.CfnProject.ScopeConfigurationProperty
CfnProject.ScopeConfigurationProperty.Builder, CfnProject.ScopeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProject.ScopeConfigurationProperty.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 domain of the GitHub Enterprise organization or the GitLab Self Managed group.final StringgetName()The name of either the enterprise or organization that will send webhook events to CodeBuild , depending on if the webhook is a global or organization webhook respectively.final StringgetScope()The type of scope for a GitHub or GitLab webhook.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 theCfnProject.ScopeConfigurationProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnProject.ScopeConfigurationPropertyThe name of either the enterprise or organization that will send webhook events to CodeBuild , depending on if the webhook is a global or organization webhook respectively.- Specified by:
getNamein interfaceCfnProject.ScopeConfigurationProperty- See Also:
-
getDomain
Description copied from interface:CfnProject.ScopeConfigurationPropertyThe domain of the GitHub Enterprise organization or the GitLab Self Managed group.Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.
- Specified by:
getDomainin interfaceCfnProject.ScopeConfigurationProperty- See Also:
-
getScope
Description copied from interface:CfnProject.ScopeConfigurationPropertyThe type of scope for a GitHub or GitLab webhook.The scope default is GITHUB_ORGANIZATION.
- Specified by:
getScopein interfaceCfnProject.ScopeConfigurationProperty- 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()
-