public class PutImageResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
PutImageResult() |
| Modifier and Type | Method and Description |
|---|---|
PutImageResult |
clone() |
boolean |
equals(Object obj) |
Image |
getImage()
Details of the image uploaded.
|
int |
hashCode() |
void |
setImage(Image image)
Details of the image uploaded.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutImageResult |
withImage(Image image)
Details of the image uploaded.
|
public void setImage(Image image)
Details of the image uploaded.
image - Details of the image uploaded.public Image getImage()
Details of the image uploaded.
public PutImageResult withImage(Image image)
Details of the image uploaded.
image - Details of the image uploaded.public String toString()
toString in class ObjectObject.toString()public PutImageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.