@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateImageResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateImageResult |
clone () |
boolean |
equals (Object obj) |
String |
getImageArn ()
The ARN of the image.
|
int |
hashCode () |
void |
setImageArn (String imageArn)
The ARN of the image.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateImageResult |
withImageArn (String imageArn)
The ARN of the image.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateImageResult()
public void setImageArn(String imageArn)
The ARN of the image.
imageArn - The ARN of the image.public String getImageArn()
The ARN of the image.
public UpdateImageResult withImageArn(String imageArn)
The ARN of the image.
imageArn - The ARN of the image.public String toString()
toString in class Object Object.toString() public UpdateImageResult clone()