@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTapeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteTapeInput
NOOP
Constructor and Description |
---|
DeleteTapeRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTapeRequest |
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 |
getGatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
|
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
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 |
setGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
|
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTapeRequest |
withBypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to
TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. |
DeleteTapeRequest |
withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
|
DeleteTapeRequest |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
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 setGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
gatewayARN
- The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
Use the ListGateways operation to return a list of gateways for your account and Amazon Web
Services Region.public String getGatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
public DeleteTapeRequest withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
gatewayARN
- The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
Use the ListGateways operation to return a list of gateways for your account and Amazon Web
Services Region.public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape to delete.public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete.
public DeleteTapeRequest withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape to delete.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 DeleteTapeRequest 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 Object
Object.toString()
public DeleteTapeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()