@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() |
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; useful for testing and debugging.
|
CreateBackupRequest |
withBackupName(String backupName)
Specified name for the backup.
|
CreateBackupRequest |
withTableName(String tableName)
The name of the table.
|
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 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 Object
Object.toString()
public CreateBackupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.