Class CfnPipeline.GitPullRequestFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.GitPullRequestFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.GitPullRequestFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.GitPullRequestFilterProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.GitPullRequestFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.GitPullRequestFilterProperty
An implementation for
CfnPipeline.GitPullRequestFilterProperty-
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.codepipeline.CfnPipeline.GitPullRequestFilterProperty
CfnPipeline.GitPullRequestFilterProperty.Builder, CfnPipeline.GitPullRequestFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.GitPullRequestFilterProperty.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 ObjectThe field that specifies to filter on branches for the pull request trigger configuration.The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.final ObjectThe field that specifies to filter on file paths for the pull request trigger configuration.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 theCfnPipeline.GitPullRequestFilterProperty.Builder.
-
-
Method Details
-
getBranches
Description copied from interface:CfnPipeline.GitPullRequestFilterPropertyThe field that specifies to filter on branches for the pull request trigger configuration.- Specified by:
getBranchesin interfaceCfnPipeline.GitPullRequestFilterProperty- See Also:
-
getEvents
Description copied from interface:CfnPipeline.GitPullRequestFilterPropertyThe field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.- Specified by:
getEventsin interfaceCfnPipeline.GitPullRequestFilterProperty- See Also:
-
getFilePaths
Description copied from interface:CfnPipeline.GitPullRequestFilterPropertyThe field that specifies to filter on file paths for the pull request trigger configuration.- Specified by:
getFilePathsin interfaceCfnPipeline.GitPullRequestFilterProperty- 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()
-