* The IDs of the builds that were successfully deleted. *
*/ private java.util.List* Information about any builds that could not be successfully deleted. *
*/ private java.util.List* The IDs of the builds that were successfully deleted. *
* * @return The IDs of the builds that were successfully deleted. */ public java.util.List* The IDs of the builds that were successfully deleted. *
* * @param buildsDeleted * The IDs of the builds that were successfully deleted. */ public void setBuildsDeleted(java.util.Collection* The IDs of the builds that were successfully deleted. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setBuildsDeleted(java.util.Collection)} or {@link #withBuildsDeleted(java.util.Collection)} if you want * to override the existing values. *
* * @param buildsDeleted * The IDs of the builds that were successfully deleted. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteBuildsResult withBuildsDeleted(String... buildsDeleted) { if (this.buildsDeleted == null) { setBuildsDeleted(new java.util.ArrayList* The IDs of the builds that were successfully deleted. *
* * @param buildsDeleted * The IDs of the builds that were successfully deleted. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteBuildsResult withBuildsDeleted(java.util.Collection* Information about any builds that could not be successfully deleted. *
* * @return Information about any builds that could not be successfully deleted. */ public java.util.List* Information about any builds that could not be successfully deleted. *
* * @param buildsNotDeleted * Information about any builds that could not be successfully deleted. */ public void setBuildsNotDeleted(java.util.Collection* Information about any builds that could not be successfully deleted. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setBuildsNotDeleted(java.util.Collection)} or {@link #withBuildsNotDeleted(java.util.Collection)} if you * want to override the existing values. *
* * @param buildsNotDeleted * Information about any builds that could not be successfully deleted. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteBuildsResult withBuildsNotDeleted(BuildNotDeleted... buildsNotDeleted) { if (this.buildsNotDeleted == null) { setBuildsNotDeleted(new java.util.ArrayList* Information about any builds that could not be successfully deleted. *
* * @param buildsNotDeleted * Information about any builds that could not be successfully deleted. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteBuildsResult withBuildsNotDeleted(java.util.Collection