@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteBackupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteBackupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupId()
The ID of the backup to be deleted.
|
int |
hashCode() |
void |
setBackupId(String backupId)
The ID of the backup to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBackupRequest |
withBackupId(String backupId)
The ID of the backup to be deleted.
|
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 setBackupId(String backupId)
The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.
backupId - The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.public String getBackupId()
The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.
public DeleteBackupRequest withBackupId(String backupId)
The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.
backupId - The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.public String toString()
toString in class ObjectObject.toString()public DeleteBackupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()