public class CreateVolumeResult extends Object implements Serializable
Constructor and Description |
---|
CreateVolumeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Volume |
getVolume() |
int |
hashCode() |
void |
setVolume(Volume volume) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVolumeResult |
withVolume(Volume volume)
Returns a reference to this object so that method calls can be chained together.
|
public Volume getVolume()
public void setVolume(Volume volume)
volume
- public CreateVolumeResult withVolume(Volume volume)
Returns a reference to this object so that method calls can be chained together.
volume
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.