|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.CreateVolumeResult
public class CreateVolumeResult
The result of creating a new EBS volume.
Constructor Summary | |
---|---|
CreateVolumeResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Volume |
getVolume()
The newly created EBS volume. |
int |
hashCode()
|
void |
setVolume(Volume volume)
The newly created EBS volume. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateVolumeResult |
withVolume(Volume volume)
The newly created EBS volume. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateVolumeResult()
Method Detail |
---|
public Volume getVolume()
public void setVolume(Volume volume)
volume
- The newly created EBS volume.public CreateVolumeResult withVolume(Volume volume)
Returns a reference to this object so that method calls can be chained together.
volume
- The newly created EBS volume.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |