@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 Amazon Resource Name (ARN) of the image.
|
int |
hashCode() |
void |
setImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
|
String |
toString()
Returns a string representation of this object.
|
UpdateImageResult |
withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
imageArn - The Amazon Resource Name (ARN) of the image.public String getImageArn()
The Amazon Resource Name (ARN) of the image.
public UpdateImageResult withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
imageArn - The Amazon Resource Name (ARN) of the image.public String toString()
toString in class ObjectObject.toString()public UpdateImageResult clone()