@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RestoreBackupRequest() |
Modifier and Type | Method and Description |
---|---|
RestoreBackupRequest |
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 restored.
|
int |
hashCode() |
void |
setBackupId(String backupId)
The ID of the backup to be restored.
|
String |
toString()
Returns a string representation of this object.
|
RestoreBackupRequest |
withBackupId(String backupId)
The ID of the backup to be restored.
|
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 be restored. To find the ID of a backup, use the DescribeBackups operation.
backupId
- The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.public String getBackupId()
The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.
public RestoreBackupRequest withBackupId(String backupId)
The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.
backupId
- The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.public String toString()
toString
in class Object
Object.toString()
public RestoreBackupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()