@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackupSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains details for the backup.
| Constructor and Description |
|---|
BackupSummary() |
| Modifier and Type | Method and Description |
|---|---|
BackupSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBackupArn()
ARN associated with the backup.
|
Date |
getBackupCreationDateTime()
Time at which the backup was created.
|
String |
getBackupName()
Name of the specified backup.
|
Long |
getBackupSizeBytes()
Size of the backup in bytes.
|
String |
getBackupStatus()
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
String |
getTableArn()
ARN associated with the table.
|
String |
getTableId()
Unique identifier for the table.
|
String |
getTableName()
Name of the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBackupArn(String backupArn)
ARN associated with the backup.
|
void |
setBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
|
void |
setBackupName(String backupName)
Name of the specified backup.
|
void |
setBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
void |
setBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
void |
setTableArn(String tableArn)
ARN associated with the table.
|
void |
setTableId(String tableId)
Unique identifier for the table.
|
void |
setTableName(String tableName)
Name of the table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BackupSummary |
withBackupArn(String backupArn)
ARN associated with the backup.
|
BackupSummary |
withBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
|
BackupSummary |
withBackupName(String backupName)
Name of the specified backup.
|
BackupSummary |
withBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupSummary |
withBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary |
withBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary |
withTableArn(String tableArn)
ARN associated with the table.
|
BackupSummary |
withTableId(String tableId)
Unique identifier for the table.
|
BackupSummary |
withTableName(String tableName)
Name of the table.
|
public void setTableName(String tableName)
Name of the table.
tableName - Name of the table.public String getTableName()
Name of the table.
public BackupSummary withTableName(String tableName)
Name of the table.
tableName - Name of the table.public void setTableId(String tableId)
Unique identifier for the table.
tableId - Unique identifier for the table.public String getTableId()
Unique identifier for the table.
public BackupSummary withTableId(String tableId)
Unique identifier for the table.
tableId - Unique identifier for the table.public void setTableArn(String tableArn)
ARN associated with the table.
tableArn - ARN associated with the table.public String getTableArn()
ARN associated with the table.
public BackupSummary withTableArn(String tableArn)
ARN associated with the table.
tableArn - ARN associated with the table.public void setBackupArn(String backupArn)
ARN associated with the backup.
backupArn - ARN associated with the backup.public String getBackupArn()
ARN associated with the backup.
public BackupSummary withBackupArn(String backupArn)
ARN associated with the backup.
backupArn - ARN associated with the backup.public void setBackupName(String backupName)
Name of the specified backup.
backupName - Name of the specified backup.public String getBackupName()
Name of the specified backup.
public BackupSummary withBackupName(String backupName)
Name of the specified backup.
backupName - Name of the specified backup.public void setBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
backupCreationDateTime - Time at which the backup was created.public Date getBackupCreationDateTime()
Time at which the backup was created.
public BackupSummary withBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
backupCreationDateTime - Time at which the backup was created.public void setBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatuspublic String getBackupStatus()
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
BackupStatuspublic BackupSummary withBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatuspublic BackupSummary withBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatuspublic void setBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
backupSizeBytes - Size of the backup in bytes.public Long getBackupSizeBytes()
Size of the backup in bytes.
public BackupSummary withBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
backupSizeBytes - Size of the backup in bytes.public String toString()
toString in class ObjectObject.toString()public BackupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.