* A list of repository names that have had their association with the template removed. *
*/ private java.util.List* A list of any errors that might have occurred while attempting to remove the association between the template and * the repositories. *
*/ private java.util.List* A list of repository names that have had their association with the template removed. *
* * @return A list of repository names that have had their association with the template removed. */ public java.util.List* A list of repository names that have had their association with the template removed. *
* * @param disassociatedRepositoryNames * A list of repository names that have had their association with the template removed. */ public void setDisassociatedRepositoryNames(java.util.Collection* A list of repository names that have had their association with the template removed. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDisassociatedRepositoryNames(java.util.Collection)} or * {@link #withDisassociatedRepositoryNames(java.util.Collection)} if you want to override the existing values. *
* * @param disassociatedRepositoryNames * A list of repository names that have had their association with the template removed. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult withDisassociatedRepositoryNames(String... disassociatedRepositoryNames) { if (this.disassociatedRepositoryNames == null) { setDisassociatedRepositoryNames(new java.util.ArrayList* A list of repository names that have had their association with the template removed. *
* * @param disassociatedRepositoryNames * A list of repository names that have had their association with the template removed. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult withDisassociatedRepositoryNames( java.util.Collection* A list of any errors that might have occurred while attempting to remove the association between the template and * the repositories. *
* * @return A list of any errors that might have occurred while attempting to remove the association between the * template and the repositories. */ public java.util.List* A list of any errors that might have occurred while attempting to remove the association between the template and * the repositories. *
* * @param errors * A list of any errors that might have occurred while attempting to remove the association between the * template and the repositories. */ public void setErrors(java.util.Collection* A list of any errors that might have occurred while attempting to remove the association between the template and * the repositories. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the * existing values. *
* * @param errors * A list of any errors that might have occurred while attempting to remove the association between the * template and the repositories. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult withErrors(BatchDisassociateApprovalRuleTemplateFromRepositoriesError... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* A list of any errors that might have occurred while attempting to remove the association between the template and * the repositories. *
* * @param errors * A list of any errors that might have occurred while attempting to remove the association between the * template and the repositories. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult withErrors( java.util.Collection