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