@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteImageRecipeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteImageRecipeResult() |
Modifier and Type | Method and Description |
---|---|
DeleteImageRecipeResult |
clone() |
boolean |
equals(Object obj) |
String |
getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe that was deleted.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that was deleted.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteImageRecipeResult |
withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that was deleted.
|
DeleteImageRecipeResult |
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 DeleteImageRecipeResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that was deleted.
imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that was deleted.public String getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe that was deleted.
public DeleteImageRecipeResult withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that was deleted.
imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteImageRecipeResult clone()