@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTapeArchiveResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DeleteTapeArchiveOutput
Constructor and Description |
---|
DeleteTapeArchiveResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTapeArchiveResult |
clone() |
boolean |
equals(Object obj) |
String |
getTapeARN()
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).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteTapeArchiveResult |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
public DeleteTapeArchiveResult withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).public String toString()
toString
in class Object
Object.toString()
public DeleteTapeArchiveResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.