@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.
|
CreateTapeWithBarcodeResult |
withTapeARN(String tapeARN)
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public CreateTapeWithBarcodeResult clone()