@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 delete.
|
int |
hashCode() |
void |
setBackupId(String backupId)
The ID of the backup to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteBackupRequest |
withBackupId(String backupId)
The ID of the backup 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 setBackupId(String backupId)
The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in
the format ServerName-yyyyMMddHHmmssSSS
.
backupId
- The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs
are in the format ServerName-yyyyMMddHHmmssSSS
.public String getBackupId()
The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in
the format ServerName-yyyyMMddHHmmssSSS
.
ServerName-yyyyMMddHHmmssSSS
.public DeleteBackupRequest withBackupId(String backupId)
The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in
the format ServerName-yyyyMMddHHmmssSSS
.
backupId
- The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs
are in the format ServerName-yyyyMMddHHmmssSSS
.public String toString()
toString
in class Object
Object.toString()
public DeleteBackupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.