@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackupDescription extends Object implements Serializable, Cloneable, StructuredPojo
Contains the description of the backup created for the table.
Constructor and Description |
---|
BackupDescription() |
Modifier and Type | Method and Description |
---|---|
BackupDescription |
clone() |
boolean |
equals(Object obj) |
BackupDetails |
getBackupDetails()
Contains the details of the backup created for the table.
|
SourceTableDetails |
getSourceTableDetails()
Contains the details of the table when the backup was created.
|
SourceTableFeatureDetails |
getSourceTableFeatureDetails()
Contains the details of the features enabled on the table when the backup was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
void |
setSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
|
void |
setSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created.
|
String |
toString()
Returns a string representation of this object.
|
BackupDescription |
withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
BackupDescription |
withSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
|
BackupDescription |
withSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created.
|
public void setBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
backupDetails
- Contains the details of the backup created for the table.public BackupDetails getBackupDetails()
Contains the details of the backup created for the table.
public BackupDescription withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
backupDetails
- Contains the details of the backup created for the table.public void setSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
sourceTableDetails
- Contains the details of the table when the backup was created.public SourceTableDetails getSourceTableDetails()
Contains the details of the table when the backup was created.
public BackupDescription withSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
sourceTableDetails
- Contains the details of the table when the backup was created.public void setSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
sourceTableFeatureDetails
- Contains the details of the features enabled on the table when the backup was created. For example, LSIs,
GSIs, streams, TTL.public SourceTableFeatureDetails getSourceTableFeatureDetails()
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
public BackupDescription withSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
sourceTableFeatureDetails
- Contains the details of the features enabled on the table when the backup was created. For example, LSIs,
GSIs, streams, TTL.public String toString()
toString
in class Object
Object.toString()
public BackupDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.