@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTapePoolResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateTapePoolResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateTapePoolResult |
clone() |
boolean |
equals(Object obj) |
String |
getPoolARN()
The unique Amazon Resource Name (ARN) that represents the custom tape pool.
|
int |
hashCode() |
void |
setPoolARN(String poolARN)
The unique Amazon Resource Name (ARN) that represents the custom tape pool.
|
String |
toString()
Returns a string representation of this object.
|
CreateTapePoolResult |
withPoolARN(String poolARN)
The unique Amazon Resource Name (ARN) that represents the custom tape pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPoolARN(String poolARN)
The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and Amazon Web Services Region.
poolARN - The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools
operation to return a list of tape pools for your account and Amazon Web Services Region.public String getPoolARN()
The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and Amazon Web Services Region.
public CreateTapePoolResult withPoolARN(String poolARN)
The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and Amazon Web Services Region.
poolARN - The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools
operation to return a list of tape pools for your account and Amazon Web Services Region.public String toString()
toString in class ObjectObject.toString()public CreateTapePoolResult clone()