Class DialogflowCxAgentGitIntegrationSettingsGithubSettingsOutputReference

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

      • DialogflowCxAgentGitIntegrationSettingsGithubSettingsOutputReference

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

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

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

      • resetAccessToken

        @Stability(Stable)
        public void resetAccessToken()
      • resetBranches

        @Stability(Stable)
        public void resetBranches()
      • resetDisplayName

        @Stability(Stable)
        public void resetDisplayName()
      • resetRepositoryUri

        @Stability(Stable)
        public void resetRepositoryUri()
      • resetTrackingBranch

        @Stability(Stable)
        public void resetTrackingBranch()
      • getAccessTokenInput

        @Stability(Stable)
        @Nullable
        public String getAccessTokenInput()
      • getBranchesInput

        @Stability(Stable)
        @Nullable
        public List<String> getBranchesInput()
      • getDisplayNameInput

        @Stability(Stable)
        @Nullable
        public String getDisplayNameInput()
      • getRepositoryUriInput

        @Stability(Stable)
        @Nullable
        public String getRepositoryUriInput()
      • getTrackingBranchInput

        @Stability(Stable)
        @Nullable
        public String getTrackingBranchInput()
      • getAccessToken

        @Stability(Stable)
        @NotNull
        public String getAccessToken()
      • setAccessToken

        @Stability(Stable)
        public void setAccessToken​(@NotNull
                                   String value)
      • getBranches

        @Stability(Stable)
        @NotNull
        public List<String> getBranches()
      • setBranches

        @Stability(Stable)
        public void setBranches​(@NotNull
                                List<String> value)
      • getDisplayName

        @Stability(Stable)
        @NotNull
        public String getDisplayName()
      • setDisplayName

        @Stability(Stable)
        public void setDisplayName​(@NotNull
                                   String value)
      • getRepositoryUri

        @Stability(Stable)
        @NotNull
        public String getRepositoryUri()
      • setRepositoryUri

        @Stability(Stable)
        public void setRepositoryUri​(@NotNull
                                     String value)
      • getTrackingBranch

        @Stability(Stable)
        @NotNull
        public String getTrackingBranch()
      • setTrackingBranch

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