@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, setSdkResponseMetadata
public 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS Region.public String toString()
toString
in class Object
Object.toString()
public CreateTapePoolResult clone()