Class DeleteTapeResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DeleteTapeResult
- All Implemented Interfaces:
Serializable, Cloneable
DeleteTapeOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe Amazon Resource Name (ARN) of the deleted virtual tape.inthashCode()voidsetTapeARN(String tapeARN) The Amazon Resource Name (ARN) of the deleted virtual tape.toString()Returns a string representation of this object; useful for testing and debugging.withTapeARN(String tapeARN) The Amazon Resource Name (ARN) of the deleted virtual tape.
-
Constructor Details
-
DeleteTapeResult
public DeleteTapeResult()
-
-
Method Details
-
setTapeARN
The Amazon Resource Name (ARN) of the deleted virtual tape.
- Parameters:
tapeARN- The Amazon Resource Name (ARN) of the deleted virtual tape.
-
getTapeARN
The Amazon Resource Name (ARN) of the deleted virtual tape.
- Returns:
- The Amazon Resource Name (ARN) of the deleted virtual tape.
-
withTapeARN
The Amazon Resource Name (ARN) of the deleted virtual tape.
- Parameters:
tapeARN- The Amazon Resource Name (ARN) of the deleted virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-