@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PointInTimeRecoverySpecification extends Object implements Serializable, Cloneable, StructuredPojo
Represents the settings used to enable point in time recovery.
| Constructor and Description |
|---|
PointInTimeRecoverySpecification() |
| Modifier and Type | Method and Description |
|---|---|
PointInTimeRecoverySpecification |
clone() |
boolean |
equals(Object obj) |
Boolean |
getPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
int |
hashCode() |
Boolean |
isPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
String |
toString()
Returns a string representation of this object.
|
PointInTimeRecoverySpecification |
withPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
public void setPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
pointInTimeRecoveryEnabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.public Boolean getPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public PointInTimeRecoverySpecification withPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
pointInTimeRecoveryEnabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.public Boolean isPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public String toString()
toString in class ObjectObject.toString()public PointInTimeRecoverySpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.