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