public class DescribeContinuousBackupsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeContinuousBackupsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ContinuousBackupsDescription |
getContinuousBackupsDescription()
Represents the continuous backups and point in time recovery settings on
the table.
|
int |
hashCode() |
void |
setContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on
the table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeContinuousBackupsResult |
withContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on
the table.
|
public ContinuousBackupsDescription getContinuousBackupsDescription()
Represents the continuous backups and point in time recovery settings on the table.
Represents the continuous backups and point in time recovery settings on the table.
public void setContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
continuousBackupsDescription - Represents the continuous backups and point in time recovery settings on the table.
public DescribeContinuousBackupsResult withContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
Returns a reference to this object so that method calls can be chained together.
continuousBackupsDescription - Represents the continuous backups and point in time recovery settings on the table.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.