@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; useful for testing and debugging.
|
PutImageResult |
withImage(Image image)
Details of the image uploaded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public PutImageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.