@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreTableFromBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RestoreTableFromBackupRequest() |
| Modifier and Type | Method and Description |
|---|---|
RestoreTableFromBackupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupArn()
The Amazon Resource Name (ARN) associated with the backup.
|
String |
getTargetTableName()
The name of the new table to which the backup must be restored.
|
int |
hashCode() |
void |
setBackupArn(String backupArn)
The Amazon Resource Name (ARN) associated with the backup.
|
void |
setTargetTableName(String targetTableName)
The name of the new table to which the backup must be restored.
|
String |
toString()
Returns a string representation of this object.
|
RestoreTableFromBackupRequest |
withBackupArn(String backupArn)
The Amazon Resource Name (ARN) associated with the backup.
|
RestoreTableFromBackupRequest |
withTargetTableName(String targetTableName)
The name of the new table to which the backup must 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, withSdkRequestTimeoutpublic void setTargetTableName(String targetTableName)
The name of the new table to which the backup must be restored.
targetTableName - The name of the new table to which the backup must be restored.public String getTargetTableName()
The name of the new table to which the backup must be restored.
public RestoreTableFromBackupRequest withTargetTableName(String targetTableName)
The name of the new table to which the backup must be restored.
targetTableName - The name of the new table to which the backup must be restored.public void setBackupArn(String backupArn)
The Amazon Resource Name (ARN) associated with the backup.
backupArn - The Amazon Resource Name (ARN) associated with the backup.public String getBackupArn()
The Amazon Resource Name (ARN) associated with the backup.
public RestoreTableFromBackupRequest withBackupArn(String backupArn)
The Amazon Resource Name (ARN) associated with the backup.
backupArn - The Amazon Resource Name (ARN) associated with the backup.public String toString()
toString in class ObjectObject.toString()public RestoreTableFromBackupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.