Class DeleteVolumeResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DeleteVolumeResult
- All Implemented Interfaces:
Serializable
,Cloneable
A JSON object containing the of the storage volume that was deleted
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the storage volume that was deleted.int
hashCode()
void
setVolumeARN
(String volumeARN) The Amazon Resource Name (ARN) of the storage volume that was deleted.toString()
Returns a string representation of this object; useful for testing and debugging.withVolumeARN
(String volumeARN) The Amazon Resource Name (ARN) of the storage volume that was deleted.
-
Constructor Details
-
DeleteVolumeResult
public DeleteVolumeResult()
-
-
Method Details
-
setVolumeARN
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.
- Parameters:
volumeARN
- The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.
-
getVolumeARN
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.
- Returns:
- The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.
-
withVolumeARN
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.
- Parameters:
volumeARN
- The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-