@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateContinuousBackupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateContinuousBackupsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateContinuousBackupsResult |
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.
|
UpdateContinuousBackupsResult |
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 UpdateContinuousBackupsResult 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 UpdateContinuousBackupsResult clone()
Copyright © 2020. All rights reserved.