@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRecipeVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteRecipeVersionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteRecipeVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the recipe that was deleted.
|
String |
getRecipeVersion()
The version of the recipe that was deleted.
|
int |
hashCode() |
void |
setName(String name)
The name of the recipe that was deleted.
|
void |
setRecipeVersion(String recipeVersion)
The version of the recipe that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRecipeVersionResult |
withName(String name)
The name of the recipe that was deleted.
|
DeleteRecipeVersionResult |
withRecipeVersion(String recipeVersion)
The version of the recipe that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the recipe that was deleted.
name
- The name of the recipe that was deleted.public String getName()
The name of the recipe that was deleted.
public DeleteRecipeVersionResult withName(String name)
The name of the recipe that was deleted.
name
- The name of the recipe that was deleted.public void setRecipeVersion(String recipeVersion)
The version of the recipe that was deleted.
recipeVersion
- The version of the recipe that was deleted.public String getRecipeVersion()
The version of the recipe that was deleted.
public DeleteRecipeVersionResult withRecipeVersion(String recipeVersion)
The version of the recipe that was deleted.
recipeVersion
- The version of the recipe that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteRecipeVersionResult clone()