public class DeleteTapeResult extends Object implements Serializable, Cloneable
DeleteTapeOutput
Constructor and Description |
---|
DeleteTapeResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTapeResult |
clone() |
boolean |
equals(Object obj) |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
int |
hashCode() |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTapeResult |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
public String getTapeARN()
Constraints:
Length: 50 - 500
public void setTapeARN(String tapeARN)
Constraints:
Length: 50 - 500
tapeARN
- The Amazon Resource Name (ARN) of the deleted virtual tape.public DeleteTapeResult withTapeARN(String tapeARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
tapeARN
- The Amazon Resource Name (ARN) of the deleted virtual tape.public String toString()
toString
in class Object
Object.toString()
public DeleteTapeResult clone()
Copyright © 2015. All rights reserved.