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