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