public class RegisterVolumeResult extends Object implements Serializable
Contains the response to a RegisterVolume request.
| Constructor and Description |
|---|
RegisterVolumeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getVolumeId()
The volume ID.
|
int |
hashCode() |
void |
setVolumeId(String volumeId)
The volume ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterVolumeResult |
withVolumeId(String volumeId)
The volume ID.
|
public String getVolumeId()
public void setVolumeId(String volumeId)
volumeId - The volume ID.public RegisterVolumeResult withVolumeId(String volumeId)
Returns a reference to this object so that method calls can be chained together.
volumeId - The volume ID.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.