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