@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetachVolumeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
AttachVolumeOutput
Constructor and Description |
---|
DetachVolumeResult() |
Modifier and Type | Method and Description |
---|---|
DetachVolumeResult |
clone() |
boolean |
equals(Object obj) |
String |
getVolumeARN()
The Amazon Resource Name (ARN) of the volume that was detached.
|
int |
hashCode() |
void |
setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was detached.
|
String |
toString()
Returns a string representation of this object.
|
DetachVolumeResult |
withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was detached.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was detached.
volumeARN
- The Amazon Resource Name (ARN) of the volume that was detached.public String getVolumeARN()
The Amazon Resource Name (ARN) of the volume that was detached.
public DetachVolumeResult withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was detached.
volumeARN
- The Amazon Resource Name (ARN) of the volume that was detached.public String toString()
toString
in class Object
Object.toString()
public DetachVolumeResult clone()