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