|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DiskImage
public class DiskImage
Disk Image
| Constructor Summary | |
|---|---|
DiskImage()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Returns the value of the Description property for this object. |
DiskImageDetail |
getImage()
Returns the value of the Image property for this object. |
VolumeDetail |
getVolume()
Returns the value of the Volume property for this object. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object. |
void |
setImage(DiskImageDetail image)
Sets the value of the Image property for this object. |
void |
setVolume(VolumeDetail volume)
Sets the value of the Volume property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DiskImage |
withDescription(java.lang.String description)
Sets the value of the Description property for this object. |
DiskImage |
withImage(DiskImageDetail image)
Sets the value of the Image property for this object. |
DiskImage |
withVolume(VolumeDetail volume)
Sets the value of the Volume property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DiskImage()
| Method Detail |
|---|
public DiskImageDetail getImage()
public void setImage(DiskImageDetail image)
image - The new value for the Image property for this object.public DiskImage withImage(DiskImageDetail image)
Returns a reference to this object so that method calls can be chained together.
image - The new value for the Image property for this object.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public DiskImage withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.
public VolumeDetail getVolume()
public void setVolume(VolumeDetail volume)
volume - The new value for the Volume property for this object.public DiskImage withVolume(VolumeDetail volume)
Returns a reference to this object so that method calls can be chained together.
volume - The new value for the Volume property for this object.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||