@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackupDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of the backup created for the table.
Constructor and Description |
---|
BackupDetails() |
Modifier and Type | Method and Description |
---|---|
BackupDetails |
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 requested backup.
|
Long |
getBackupSizeBytes()
Size of the backup in bytes.
|
String |
getBackupStatus()
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 requested 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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BackupDetails |
withBackupArn(String backupArn)
ARN associated with the backup.
|
BackupDetails |
withBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
|
BackupDetails |
withBackupName(String backupName)
Name of the requested backup.
|
BackupDetails |
withBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupDetails |
withBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupDetails |
withBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
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 BackupDetails withBackupArn(String backupArn)
ARN associated with the backup.
backupArn
- ARN associated with the backup.public void setBackupName(String backupName)
Name of the requested backup.
backupName
- Name of the requested backup.public String getBackupName()
Name of the requested backup.
public BackupDetails withBackupName(String backupName)
Name of the requested backup.
backupName
- Name of the requested backup.public 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 BackupDetails withBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
backupSizeBytes
- Size of the backup in bytes.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.BackupStatus
public String getBackupStatus()
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
BackupStatus
public BackupDetails 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.BackupStatus
public BackupDetails 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.BackupStatus
public void setBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created. This is the request time of the backup.
backupCreationDateTime
- Time at which the backup was created. This is the request time of the backup.public Date getBackupCreationDateTime()
Time at which the backup was created. This is the request time of the backup.
public BackupDetails withBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created. This is the request time of the backup.
backupCreationDateTime
- Time at which the backup was created. This is the request time of the backup.public String toString()
toString
in class Object
Object.toString()
public BackupDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.