@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTapeArchiveRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteTapeArchiveInput
NOOP| Constructor and Description |
|---|
DeleteTapeArchiveRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTapeArchiveRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getBypassGovernanceRetention()
Set to
TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
|
int |
hashCode() |
Boolean |
isBypassGovernanceRetention()
Set to
TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. |
void |
setBypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to
TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
|
String |
toString()
Returns a string representation of this object.
|
DeleteTapeArchiveRequest |
withBypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to
TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. |
DeleteTapeArchiveRequest |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
|
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, withSdkRequestTimeoutpublic void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
public DeleteTapeArchiveRequest withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).public void setBypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only
archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape
retention lock set to compliance can't be deleted.
bypassGovernanceRetention - Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention
lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived
tapes with tape retention lock set to compliance can't be deleted.public Boolean getBypassGovernanceRetention()
Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only
archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape
retention lock set to compliance can't be deleted.
TRUE to delete an archived tape that belongs to a custom pool with tape retention
lock. Only archived tapes with tape retention lock set to governance can be deleted.
Archived tapes with tape retention lock set to compliance can't be deleted.public DeleteTapeArchiveRequest withBypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only
archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape
retention lock set to compliance can't be deleted.
bypassGovernanceRetention - Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention
lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived
tapes with tape retention lock set to compliance can't be deleted.public Boolean isBypassGovernanceRetention()
Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only
archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape
retention lock set to compliance can't be deleted.
TRUE to delete an archived tape that belongs to a custom pool with tape retention
lock. Only archived tapes with tape retention lock set to governance can be deleted.
Archived tapes with tape retention lock set to compliance can't be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteTapeArchiveRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()