@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTapeResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of the deleted virtual tape.public String getTapeARN()
The Amazon Resource Name (ARN) of the deleted virtual tape.
public DeleteTapeResult withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of the deleted virtual tape.public String toString()
toString
in class Object
Object.toString()
public DeleteTapeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.