@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContinuousBackupsDescription extends Object implements Serializable, Cloneable, StructuredPojo
Represents the backup and restore settings on the table when the backup was created.
| Constructor and Description |
|---|
ContinuousBackupsDescription() |
| Modifier and Type | Method and Description |
|---|---|
ContinuousBackupsDescription |
clone() |
boolean |
equals(Object obj) |
String |
getContinuousBackupsStatus()
ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContinuousBackupsStatus(String continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ContinuousBackupsDescription |
withContinuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
|
ContinuousBackupsDescription |
withContinuousBackupsStatus(String continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
|
public void setContinuousBackupsStatus(String continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
continuousBackupsStatus - ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLEDContinuousBackupsStatuspublic String getContinuousBackupsStatus()
ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
ContinuousBackupsStatuspublic ContinuousBackupsDescription withContinuousBackupsStatus(String continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
continuousBackupsStatus - ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLEDContinuousBackupsStatuspublic ContinuousBackupsDescription withContinuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
continuousBackupsStatus - ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLEDContinuousBackupsStatuspublic String toString()
toString in class ObjectObject.toString()public ContinuousBackupsDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.