Class CloudbuildTriggerRepositoryEventConfigPullRequestOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.092Z")
    @Stability(Stable)
    public class CloudbuildTriggerRepositoryEventConfigPullRequestOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudbuildTriggerRepositoryEventConfigPullRequestOutputReference

        protected CloudbuildTriggerRepositoryEventConfigPullRequestOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • CloudbuildTriggerRepositoryEventConfigPullRequestOutputReference

        protected CloudbuildTriggerRepositoryEventConfigPullRequestOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • CloudbuildTriggerRepositoryEventConfigPullRequestOutputReference

        @Stability(Stable)
        public CloudbuildTriggerRepositoryEventConfigPullRequestOutputReference​(@NotNull
                                                                                com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                @NotNull
                                                                                String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetBranch

        @Stability(Stable)
        public void resetBranch()
      • resetCommentControl

        @Stability(Stable)
        public void resetCommentControl()
      • resetInvertRegex

        @Stability(Stable)
        public void resetInvertRegex()
      • getBranchInput

        @Stability(Stable)
        @Nullable
        public String getBranchInput()
      • getCommentControlInput

        @Stability(Stable)
        @Nullable
        public String getCommentControlInput()
      • getInvertRegexInput

        @Stability(Stable)
        @Nullable
        public Object getInvertRegexInput()
      • getBranch

        @Stability(Stable)
        @NotNull
        public String getBranch()
      • setBranch

        @Stability(Stable)
        public void setBranch​(@NotNull
                              String value)
      • getCommentControl

        @Stability(Stable)
        @NotNull
        public String getCommentControl()
      • setCommentControl

        @Stability(Stable)
        public void setCommentControl​(@NotNull
                                      String value)
      • getInvertRegex

        @Stability(Stable)
        @NotNull
        public Object getInvertRegex()
      • setInvertRegex

        @Stability(Stable)
        public void setInvertRegex​(@NotNull
                                   Boolean value)
      • setInvertRegex

        @Stability(Stable)
        public void setInvertRegex​(@NotNull
                                   com.hashicorp.cdktf.IResolvable value)