@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, withSdkRequestTimeout
public void setTableName(String tableName)
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.public String getTableName()
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
public CreateBackupRequest withTableName(String tableName)
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()