public class CreateVolumeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private Volume |
volume
Describes a volume.
|
Constructor and Description |
---|
CreateVolumeResult() |
Modifier and Type | Method and Description |
---|---|
CreateVolumeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Volume |
getVolume()
Describes a volume.
|
int |
hashCode() |
void |
setVolume(Volume volume)
Describes a volume.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVolumeResult |
withVolume(Volume volume)
Describes a volume.
|
private Volume volume
Describes a volume.
public void setVolume(Volume volume)
Describes a volume.
volume
- Describes a volume.public Volume getVolume()
Describes a volume.
public CreateVolumeResult withVolume(Volume volume)
Describes a volume.
volume
- Describes a volume.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateVolumeResult clone()
clone
in class java.lang.Object