@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteRecipeVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDeleteRecipeVersionResult() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteRecipeVersionResult |
clone() |
boolean |
equals(Object obj) |
List<RecipeVersionErrorDetail> |
getErrors()
Errors, if any, that were encountered when deleting the recipe versions.
|
String |
getName()
The name of the recipe that was modified.
|
int |
hashCode() |
void |
setErrors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that were encountered when deleting the recipe versions.
|
void |
setName(String name)
The name of the recipe that was modified.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteRecipeVersionResult |
withErrors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that were encountered when deleting the recipe versions.
|
BatchDeleteRecipeVersionResult |
withErrors(RecipeVersionErrorDetail... errors)
Errors, if any, that were encountered when deleting the recipe versions.
|
BatchDeleteRecipeVersionResult |
withName(String name)
The name of the recipe that was modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the recipe that was modified.
name
- The name of the recipe that was modified.public String getName()
The name of the recipe that was modified.
public BatchDeleteRecipeVersionResult withName(String name)
The name of the recipe that was modified.
name
- The name of the recipe that was modified.public List<RecipeVersionErrorDetail> getErrors()
Errors, if any, that were encountered when deleting the recipe versions.
public void setErrors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that were encountered when deleting the recipe versions.
errors
- Errors, if any, that were encountered when deleting the recipe versions.public BatchDeleteRecipeVersionResult withErrors(RecipeVersionErrorDetail... errors)
Errors, if any, that were encountered when deleting the recipe versions.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- Errors, if any, that were encountered when deleting the recipe versions.public BatchDeleteRecipeVersionResult withErrors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that were encountered when deleting the recipe versions.
errors
- Errors, if any, that were encountered when deleting the recipe versions.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteRecipeVersionResult clone()