Class DeleteTapeArchiveResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DeleteTapeArchiveResult
- All Implemented Interfaces:
Serializable
,Cloneable
DeleteTapeArchiveOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).int
hashCode()
void
setTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).toString()
Returns a string representation of this object; useful for testing and debugging.withTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
-
Constructor Details
-
DeleteTapeArchiveResult
public DeleteTapeArchiveResult()
-
-
Method Details
-
setTapeARN
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
-
getTapeARN
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
- Returns:
- The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
-
withTapeARN
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).- 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
-