@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetImageRecipeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetImageRecipeResult() |
Modifier and Type | Method and Description |
---|---|
GetImageRecipeResult |
clone() |
boolean |
equals(Object obj) |
ImageRecipe |
getImageRecipe()
The image recipe object.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setImageRecipe(ImageRecipe imageRecipe)
The image recipe object.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
GetImageRecipeResult |
withImageRecipe(ImageRecipe imageRecipe)
The image recipe object.
|
GetImageRecipeResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public GetImageRecipeResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setImageRecipe(ImageRecipe imageRecipe)
The image recipe object.
imageRecipe
- The image recipe object.public ImageRecipe getImageRecipe()
The image recipe object.
public GetImageRecipeResult withImageRecipe(ImageRecipe imageRecipe)
The image recipe object.
imageRecipe
- The image recipe object.public String toString()
toString
in class Object
Object.toString()
public GetImageRecipeResult clone()