@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignTapePoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssignTapePoolRequest() |
Modifier and Type | Method and Description |
---|---|
AssignTapePoolRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPoolId()
The ID of the pool that you want to add your tape to for archiving.
|
String |
getTapeARN()
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
|
int |
hashCode() |
void |
setPoolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
void |
setTapeARN(String tapeARN)
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
|
String |
toString()
Returns a string representation of this object.
|
AssignTapePoolRequest |
withPoolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
AssignTapePoolRequest |
withTapeARN(String tapeARN)
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTapeARN(String tapeARN)
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
tapeARN
- The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.public String getTapeARN()
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
public AssignTapePoolRequest withTapeARN(String tapeARN)
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
tapeARN
- The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.public void setPoolId(String poolId)
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
poolId
- The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in
the S3 storage class that is associated with the pool. When you use your backup application to eject the
tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that
corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
public String getPoolId()
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
Valid values: "GLACIER", "DEEP_ARCHIVE"
public AssignTapePoolRequest withPoolId(String poolId)
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
poolId
- The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in
the S3 storage class that is associated with the pool. When you use your backup application to eject the
tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that
corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
public String toString()
toString
in class Object
Object.toString()
public AssignTapePoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.