@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutImageResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
PutImageResult |
withImage(Image image)
Details of the image uploaded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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()