@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteImageResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteImageResult |
clone() |
boolean |
equals(Object obj) |
Image |
getImage()
Information about the image.
|
int |
hashCode() |
void |
setImage(Image image)
Information about the image.
|
String |
toString()
Returns a string representation of this object.
|
DeleteImageResult |
withImage(Image image)
Information about the image.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setImage(Image image)
Information about the image.
image - Information about the image.public Image getImage()
Information about the image.
public DeleteImageResult withImage(Image image)
Information about the image.
image - Information about the image.public String toString()
toString in class ObjectObject.toString()public DeleteImageResult clone()