@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateBackupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateBackupRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getBackupName()
 Specified name for the backup. | 
| String | getTableName()
 The name of the table. | 
| int | hashCode() | 
| void | setBackupName(String backupName)
 Specified name for the backup. | 
| void | setTableName(String tableName)
 The name of the table. | 
| String | toString()Returns a string representation of this object. | 
| CreateBackupRequest | withBackupName(String backupName)
 Specified name for the backup. | 
| CreateBackupRequest | withTableName(String tableName)
 The name of the table. | 
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 setTableName(String tableName)
The name of the table.
tableName - The name of the table.public String getTableName()
The name of the table.
public CreateBackupRequest withTableName(String tableName)
The name of the table.
tableName - The name of the table.public void setBackupName(String backupName)
Specified name for the backup.
backupName - Specified name for the backup.public String getBackupName()
Specified name for the backup.
public CreateBackupRequest withBackupName(String backupName)
Specified name for the backup.
backupName - Specified name for the backup.public String toString()
toString in class ObjectObject.toString()public CreateBackupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()