* The name of the recipe that was modified. *
*/ private String name; /** ** Errors, if any, that occurred while attempting to delete the recipe versions. *
*/ private java.util.List* The name of the recipe that was modified. *
* * @param name * The name of the recipe that was modified. */ public void setName(String name) { this.name = name; } /** ** The name of the recipe that was modified. *
* * @return The name of the recipe that was modified. */ public String getName() { return this.name; } /** ** The name of the recipe that was modified. *
* * @param name * The name of the recipe that was modified. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteRecipeVersionResult withName(String name) { setName(name); return this; } /** ** Errors, if any, that occurred while attempting to delete the recipe versions. *
* * @return Errors, if any, that occurred while attempting to delete the recipe versions. */ public java.util.List* Errors, if any, that occurred while attempting to delete the recipe versions. *
* * @param errors * Errors, if any, that occurred while attempting to delete the recipe versions. */ public void setErrors(java.util.Collection* Errors, if any, that occurred while attempting to delete the recipe versions. *
** 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 * Errors, if any, that occurred while attempting to delete the recipe versions. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteRecipeVersionResult withErrors(RecipeVersionErrorDetail... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* Errors, if any, that occurred while attempting to delete the recipe versions. *
* * @param errors * Errors, if any, that occurred while attempting to delete the recipe versions. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchDeleteRecipeVersionResult withErrors(java.util.Collection