@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContinuousBackupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeContinuousBackupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeContinuousBackupsResult |
clone() |
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.
|
DescribeContinuousBackupsResult |
withContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ContinuousBackupsDescription getContinuousBackupsDescription()
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.
continuousBackupsDescription
- Represents the continuous backups and point in time recovery settings on the table.public String toString()
toString
in class Object
Object.toString()
public DescribeContinuousBackupsResult clone()
Copyright © 2022. All rights reserved.