@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRecipeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRecipeResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRecipeResult |
clone() |
boolean |
equals(Object obj) |
Recipe |
getRecipe()
An object that describes the recipe.
|
int |
hashCode() |
void |
setRecipe(Recipe recipe)
An object that describes the recipe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRecipeResult |
withRecipe(Recipe recipe)
An object that describes the recipe.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRecipe(Recipe recipe)
An object that describes the recipe.
recipe
- An object that describes the recipe.public Recipe getRecipe()
An object that describes the recipe.
public DescribeRecipeResult withRecipe(Recipe recipe)
An object that describes the recipe.
recipe
- An object that describes the recipe.public String toString()
toString
in class Object
Object.toString()
public DescribeRecipeResult clone()