@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() |
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, copyBaseTo, 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 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 Object
Object.toString()
public RestoreTableFromBackupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.