Class CloudbuildTriggerTriggerTemplateOutputReference

  • 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.094Z")
    @Stability(Stable)
    public class CloudbuildTriggerTriggerTemplateOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudbuildTriggerTriggerTemplateOutputReference

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

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

        @Stability(Stable)
        public CloudbuildTriggerTriggerTemplateOutputReference​(@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

      • resetBranchName

        @Stability(Stable)
        public void resetBranchName()
      • resetCommitSha

        @Stability(Stable)
        public void resetCommitSha()
      • resetDir

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

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

        @Stability(Stable)
        public void resetProjectId()
      • resetRepoName

        @Stability(Stable)
        public void resetRepoName()
      • resetTagName

        @Stability(Stable)
        public void resetTagName()
      • getBranchNameInput

        @Stability(Stable)
        @Nullable
        public String getBranchNameInput()
      • getCommitShaInput

        @Stability(Stable)
        @Nullable
        public String getCommitShaInput()
      • getDirInput

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

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

        @Stability(Stable)
        @Nullable
        public String getProjectIdInput()
      • getRepoNameInput

        @Stability(Stable)
        @Nullable
        public String getRepoNameInput()
      • getTagNameInput

        @Stability(Stable)
        @Nullable
        public String getTagNameInput()
      • getBranchName

        @Stability(Stable)
        @NotNull
        public String getBranchName()
      • setBranchName

        @Stability(Stable)
        public void setBranchName​(@NotNull
                                  String value)
      • getCommitSha

        @Stability(Stable)
        @NotNull
        public String getCommitSha()
      • setCommitSha

        @Stability(Stable)
        public void setCommitSha​(@NotNull
                                 String value)
      • getDir

        @Stability(Stable)
        @NotNull
        public String getDir()
      • setDir

        @Stability(Stable)
        public void setDir​(@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)
      • getProjectId

        @Stability(Stable)
        @NotNull
        public String getProjectId()
      • setProjectId

        @Stability(Stable)
        public void setProjectId​(@NotNull
                                 String value)
      • getRepoName

        @Stability(Stable)
        @NotNull
        public String getRepoName()
      • setRepoName

        @Stability(Stable)
        public void setRepoName​(@NotNull
                                String value)
      • getTagName

        @Stability(Stable)
        @NotNull
        public String getTagName()
      • setTagName

        @Stability(Stable)
        public void setTagName​(@NotNull
                               String value)