* A list of names of the connection definitions that were successfully deleted. *
*/ private java.util.List* A map of the names of connections that were not successfully deleted to error details. *
*/ private java.util.Map* A list of names of the connection definitions that were successfully deleted. *
* * @return A list of names of the connection definitions that were successfully deleted. */ public java.util.List* A list of names of the connection definitions that were successfully deleted. *
* * @param succeeded * A list of names of the connection definitions that were successfully deleted. */ public void setSucceeded(java.util.Collection* A list of names of the connection definitions that were successfully deleted. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSucceeded(java.util.Collection)} or {@link #withSucceeded(java.util.Collection)} if you want to * override the existing values. *
* * @param succeeded * A list of names of the connection definitions that were successfully deleted. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteConnectionResult withSucceeded(String... succeeded) { if (this.succeeded == null) { setSucceeded(new java.util.ArrayList* A list of names of the connection definitions that were successfully deleted. *
* * @param succeeded * A list of names of the connection definitions that were successfully deleted. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteConnectionResult withSucceeded(java.util.Collection* A map of the names of connections that were not successfully deleted to error details. *
* * @return A map of the names of connections that were not successfully deleted to error details. */ public java.util.Map* A map of the names of connections that were not successfully deleted to error details. *
* * @param errors * A map of the names of connections that were not successfully deleted to error details. */ public void setErrors(java.util.Map* A map of the names of connections that were not successfully deleted to error details. *
* * @param errors * A map of the names of connections that were not successfully deleted to error details. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteConnectionResult withErrors(java.util.Map