Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Class DeleteVolumeResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.DeleteVolumeResult
All Implemented Interfaces:
Serializable

public class DeleteVolumeResult
extends Object
implements Serializable

A JSON object containing the DeleteVolumeOutput$VolumeARN of the storage volume that was deleted

See Also:
Serialized Form

Constructor Summary
DeleteVolumeResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getVolumeARN()
          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.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteVolumeResult withVolumeARN(String volumeARN)
          The Amazon Resource Name (ARN) of the storage volume that was deleted.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteVolumeResult

public DeleteVolumeResult()
Method Detail

getVolumeARN

public String getVolumeARN()
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

setVolumeARN

public void setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

Constraints:
Length: 50 - 500

Parameters:
volumeARN - The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

withVolumeARN

public DeleteVolumeResult withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 500

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:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.